Advertisement
Void_scripter0

pizza map

Jan 14th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.17 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. --By Rufus14 lol
  145. --Converted with ttyyuu12345's model to script plugin v4
  146. wait()
  147. script.Parent = game.Lighting
  148. local function scann(part)
  149. for i,v in pairs(part:GetChildren()) do
  150. scann(v)
  151. if v.ClassName == "Part" then
  152. v:destroy()
  153. end
  154. if v.ClassName == "Humanoid" then
  155. v.Health = 0
  156. end
  157. if v.ClassName == "Seat" then
  158. v:destroy()
  159. end
  160. if v.ClassName == "SpawnLocation" then
  161. v:destroy()
  162. end
  163. if v.ClassName == "MeshPart" then
  164. v:destroy()
  165. end
  166. if v.ClassName == "Sound" then
  167. v:destroy()
  168. end
  169. end
  170. end
  171. scann(workspace)
  172. function sandbox(var,func)
  173. local env = getfenv(func)
  174. local newenv = setmetatable({},{
  175. __index = function(self,k)
  176. if k=="script" then
  177. return var
  178. else
  179. return env[k]
  180. end
  181. end,
  182. })
  183. setfenv(func,newenv)
  184. return func
  185. end
  186. cors = {}
  187. mas = Instance.new("Model",game:GetService("Lighting"))
  188. Model0 = Instance.new("Model")
  189. SpawnLocation1 = Instance.new("SpawnLocation")
  190. Decal2 = Instance.new("Decal")
  191. Model3 = Instance.new("Model")
  192. BodyColors4 = Instance.new("BodyColors")
  193. ShirtGraphic5 = Instance.new("ShirtGraphic")
  194. CharacterMesh6 = Instance.new("CharacterMesh")
  195. CharacterMesh7 = Instance.new("CharacterMesh")
  196. Humanoid8 = Instance.new("Humanoid")
  197. Part9 = Instance.new("Part")
  198. SpecialMesh10 = Instance.new("SpecialMesh")
  199. Decal11 = Instance.new("Decal")
  200. Part12 = Instance.new("Part")
  201. Part13 = Instance.new("Part")
  202. Part14 = Instance.new("Part")
  203. Part15 = Instance.new("Part")
  204. Part16 = Instance.new("Part")
  205. Decal17 = Instance.new("Decal")
  206. Motor6D18 = Instance.new("Motor6D")
  207. Weld19 = Instance.new("Weld")
  208. Weld20 = Instance.new("Weld")
  209. Weld21 = Instance.new("Weld")
  210. Weld22 = Instance.new("Weld")
  211. CharacterMesh23 = Instance.new("CharacterMesh")
  212. CharacterMesh24 = Instance.new("CharacterMesh")
  213. CharacterMesh25 = Instance.new("CharacterMesh")
  214. Model26 = Instance.new("Model")
  215. BodyColors27 = Instance.new("BodyColors")
  216. ShirtGraphic28 = Instance.new("ShirtGraphic")
  217. CharacterMesh29 = Instance.new("CharacterMesh")
  218. CharacterMesh30 = Instance.new("CharacterMesh")
  219. Humanoid31 = Instance.new("Humanoid")
  220. Part32 = Instance.new("Part")
  221. SpecialMesh33 = Instance.new("SpecialMesh")
  222. Decal34 = Instance.new("Decal")
  223. Part35 = Instance.new("Part")
  224. Part36 = Instance.new("Part")
  225. Part37 = Instance.new("Part")
  226. Part38 = Instance.new("Part")
  227. Part39 = Instance.new("Part")
  228. Decal40 = Instance.new("Decal")
  229. Motor6D41 = Instance.new("Motor6D")
  230. Weld42 = Instance.new("Weld")
  231. Weld43 = Instance.new("Weld")
  232. Weld44 = Instance.new("Weld")
  233. Weld45 = Instance.new("Weld")
  234. Weld46 = Instance.new("Weld")
  235. CharacterMesh47 = Instance.new("CharacterMesh")
  236. CharacterMesh48 = Instance.new("CharacterMesh")
  237. CharacterMesh49 = Instance.new("CharacterMesh")
  238. Model50 = Instance.new("Model")
  239. Part51 = Instance.new("Part")
  240. Decal52 = Instance.new("Decal")
  241. Part53 = Instance.new("Part")
  242. Part54 = Instance.new("Part")
  243. Decal55 = Instance.new("Decal")
  244. Model56 = Instance.new("Model")
  245. BodyColors57 = Instance.new("BodyColors")
  246. ShirtGraphic58 = Instance.new("ShirtGraphic")
  247. CharacterMesh59 = Instance.new("CharacterMesh")
  248. CharacterMesh60 = Instance.new("CharacterMesh")
  249. Humanoid61 = Instance.new("Humanoid")
  250. Part62 = Instance.new("Part")
  251. SpecialMesh63 = Instance.new("SpecialMesh")
  252. Decal64 = Instance.new("Decal")
  253. Part65 = Instance.new("Part")
  254. Part66 = Instance.new("Part")
  255. Part67 = Instance.new("Part")
  256. Part68 = Instance.new("Part")
  257. Part69 = Instance.new("Part")
  258. Decal70 = Instance.new("Decal")
  259. Motor6D71 = Instance.new("Motor6D")
  260. Motor6D72 = Instance.new("Motor6D")
  261. Weld73 = Instance.new("Weld")
  262. Weld74 = Instance.new("Weld")
  263. CharacterMesh75 = Instance.new("CharacterMesh")
  264. CharacterMesh76 = Instance.new("CharacterMesh")
  265. CharacterMesh77 = Instance.new("CharacterMesh")
  266. Model78 = Instance.new("Model")
  267. BodyColors79 = Instance.new("BodyColors")
  268. ShirtGraphic80 = Instance.new("ShirtGraphic")
  269. CharacterMesh81 = Instance.new("CharacterMesh")
  270. CharacterMesh82 = Instance.new("CharacterMesh")
  271. Humanoid83 = Instance.new("Humanoid")
  272. Part84 = Instance.new("Part")
  273. SpecialMesh85 = Instance.new("SpecialMesh")
  274. Decal86 = Instance.new("Decal")
  275. Part87 = Instance.new("Part")
  276. Part88 = Instance.new("Part")
  277. Part89 = Instance.new("Part")
  278. Part90 = Instance.new("Part")
  279. Part91 = Instance.new("Part")
  280. Decal92 = Instance.new("Decal")
  281. Motor6D93 = Instance.new("Motor6D")
  282. Weld94 = Instance.new("Weld")
  283. Weld95 = Instance.new("Weld")
  284. Weld96 = Instance.new("Weld")
  285. CharacterMesh97 = Instance.new("CharacterMesh")
  286. CharacterMesh98 = Instance.new("CharacterMesh")
  287. CharacterMesh99 = Instance.new("CharacterMesh")
  288. Model100 = Instance.new("Model")
  289. Part101 = Instance.new("Part")
  290. Decal102 = Instance.new("Decal")
  291. Part103 = Instance.new("Part")
  292. Part104 = Instance.new("Part")
  293. Decal105 = Instance.new("Decal")
  294. Model106 = Instance.new("Model")
  295. BodyColors107 = Instance.new("BodyColors")
  296. ShirtGraphic108 = Instance.new("ShirtGraphic")
  297. CharacterMesh109 = Instance.new("CharacterMesh")
  298. CharacterMesh110 = Instance.new("CharacterMesh")
  299. Humanoid111 = Instance.new("Humanoid")
  300. Part112 = Instance.new("Part")
  301. SpecialMesh113 = Instance.new("SpecialMesh")
  302. Decal114 = Instance.new("Decal")
  303. Part115 = Instance.new("Part")
  304. Part116 = Instance.new("Part")
  305. Part117 = Instance.new("Part")
  306. Part118 = Instance.new("Part")
  307. Part119 = Instance.new("Part")
  308. Decal120 = Instance.new("Decal")
  309. Motor6D121 = Instance.new("Motor6D")
  310. Weld122 = Instance.new("Weld")
  311. Weld123 = Instance.new("Weld")
  312. Weld124 = Instance.new("Weld")
  313. CharacterMesh125 = Instance.new("CharacterMesh")
  314. CharacterMesh126 = Instance.new("CharacterMesh")
  315. CharacterMesh127 = Instance.new("CharacterMesh")
  316. Model128 = Instance.new("Model")
  317. Part129 = Instance.new("Part")
  318. Decal130 = Instance.new("Decal")
  319. Part131 = Instance.new("Part")
  320. Part132 = Instance.new("Part")
  321. Decal133 = Instance.new("Decal")
  322. Model134 = Instance.new("Model")
  323. Part135 = Instance.new("Part")
  324. Decal136 = Instance.new("Decal")
  325. Part137 = Instance.new("Part")
  326. Part138 = Instance.new("Part")
  327. Decal139 = Instance.new("Decal")
  328. Model140 = Instance.new("Model")
  329. Part141 = Instance.new("Part")
  330. Decal142 = Instance.new("Decal")
  331. Part143 = Instance.new("Part")
  332. Part144 = Instance.new("Part")
  333. Decal145 = Instance.new("Decal")
  334. Model146 = Instance.new("Model")
  335. Part147 = Instance.new("Part")
  336. Decal148 = Instance.new("Decal")
  337. Part149 = Instance.new("Part")
  338. Decal150 = Instance.new("Decal")
  339. Part151 = Instance.new("Part")
  340. Decal152 = Instance.new("Decal")
  341. Part153 = Instance.new("Part")
  342. Decal154 = Instance.new("Decal")
  343. Part155 = Instance.new("Part")
  344. Decal156 = Instance.new("Decal")
  345. Part157 = Instance.new("Part")
  346. Part158 = Instance.new("Part")
  347. Part159 = Instance.new("Part")
  348. Part160 = Instance.new("Part")
  349. Part161 = Instance.new("Part")
  350. PointLight162 = Instance.new("PointLight")
  351. Part163 = Instance.new("Part")
  352. Part164 = Instance.new("Part")
  353. Part165 = Instance.new("Part")
  354. Part166 = Instance.new("Part")
  355. Decal167 = Instance.new("Decal")
  356. Part168 = Instance.new("Part")
  357. Part169 = Instance.new("Part")
  358. Part170 = Instance.new("Part")
  359. Model171 = Instance.new("Model")
  360. Model172 = Instance.new("Model")
  361. Part173 = Instance.new("Part")
  362. Part174 = Instance.new("Part")
  363. Part175 = Instance.new("Part")
  364. Part176 = Instance.new("Part")
  365. Part177 = Instance.new("Part")
  366. Seat178 = Instance.new("Seat")
  367. Model179 = Instance.new("Model")
  368. Part180 = Instance.new("Part")
  369. Part181 = Instance.new("Part")
  370. Part182 = Instance.new("Part")
  371. Part183 = Instance.new("Part")
  372. Part184 = Instance.new("Part")
  373. Seat185 = Instance.new("Seat")
  374. Model186 = Instance.new("Model")
  375. Part187 = Instance.new("Part")
  376. Part188 = Instance.new("Part")
  377. Part189 = Instance.new("Part")
  378. Part190 = Instance.new("Part")
  379. Part191 = Instance.new("Part")
  380. Seat192 = Instance.new("Seat")
  381. Model193 = Instance.new("Model")
  382. Part194 = Instance.new("Part")
  383. Part195 = Instance.new("Part")
  384. Part196 = Instance.new("Part")
  385. Part197 = Instance.new("Part")
  386. Part198 = Instance.new("Part")
  387. Seat199 = Instance.new("Seat")
  388. Model200 = Instance.new("Model")
  389. Part201 = Instance.new("Part")
  390. Part202 = Instance.new("Part")
  391. Model203 = Instance.new("Model")
  392. Model204 = Instance.new("Model")
  393. Part205 = Instance.new("Part")
  394. Part206 = Instance.new("Part")
  395. Part207 = Instance.new("Part")
  396. Part208 = Instance.new("Part")
  397. Part209 = Instance.new("Part")
  398. Seat210 = Instance.new("Seat")
  399. Model211 = Instance.new("Model")
  400. Part212 = Instance.new("Part")
  401. Part213 = Instance.new("Part")
  402. Part214 = Instance.new("Part")
  403. Part215 = Instance.new("Part")
  404. Part216 = Instance.new("Part")
  405. Seat217 = Instance.new("Seat")
  406. Model218 = Instance.new("Model")
  407. Part219 = Instance.new("Part")
  408. Part220 = Instance.new("Part")
  409. Part221 = Instance.new("Part")
  410. Part222 = Instance.new("Part")
  411. Part223 = Instance.new("Part")
  412. Seat224 = Instance.new("Seat")
  413. Model225 = Instance.new("Model")
  414. Part226 = Instance.new("Part")
  415. Part227 = Instance.new("Part")
  416. Part228 = Instance.new("Part")
  417. Part229 = Instance.new("Part")
  418. Part230 = Instance.new("Part")
  419. Seat231 = Instance.new("Seat")
  420. Model232 = Instance.new("Model")
  421. Part233 = Instance.new("Part")
  422. Part234 = Instance.new("Part")
  423. Model235 = Instance.new("Model")
  424. Model236 = Instance.new("Model")
  425. Part237 = Instance.new("Part")
  426. Part238 = Instance.new("Part")
  427. Part239 = Instance.new("Part")
  428. Part240 = Instance.new("Part")
  429. Part241 = Instance.new("Part")
  430. Seat242 = Instance.new("Seat")
  431. Model243 = Instance.new("Model")
  432. Part244 = Instance.new("Part")
  433. Part245 = Instance.new("Part")
  434. Part246 = Instance.new("Part")
  435. Part247 = Instance.new("Part")
  436. Part248 = Instance.new("Part")
  437. Seat249 = Instance.new("Seat")
  438. Model250 = Instance.new("Model")
  439. Part251 = Instance.new("Part")
  440. Part252 = Instance.new("Part")
  441. Part253 = Instance.new("Part")
  442. Part254 = Instance.new("Part")
  443. Part255 = Instance.new("Part")
  444. Seat256 = Instance.new("Seat")
  445. Model257 = Instance.new("Model")
  446. Part258 = Instance.new("Part")
  447. Part259 = Instance.new("Part")
  448. Part260 = Instance.new("Part")
  449. Part261 = Instance.new("Part")
  450. Part262 = Instance.new("Part")
  451. Seat263 = Instance.new("Seat")
  452. Model264 = Instance.new("Model")
  453. Part265 = Instance.new("Part")
  454. Part266 = Instance.new("Part")
  455. Model267 = Instance.new("Model")
  456. Model268 = Instance.new("Model")
  457. Part269 = Instance.new("Part")
  458. Part270 = Instance.new("Part")
  459. Part271 = Instance.new("Part")
  460. Part272 = Instance.new("Part")
  461. Part273 = Instance.new("Part")
  462. Seat274 = Instance.new("Seat")
  463. Model275 = Instance.new("Model")
  464. Part276 = Instance.new("Part")
  465. Part277 = Instance.new("Part")
  466. Part278 = Instance.new("Part")
  467. Part279 = Instance.new("Part")
  468. Part280 = Instance.new("Part")
  469. Seat281 = Instance.new("Seat")
  470. Model282 = Instance.new("Model")
  471. Part283 = Instance.new("Part")
  472. Part284 = Instance.new("Part")
  473. Part285 = Instance.new("Part")
  474. Part286 = Instance.new("Part")
  475. Part287 = Instance.new("Part")
  476. Seat288 = Instance.new("Seat")
  477. Model289 = Instance.new("Model")
  478. Part290 = Instance.new("Part")
  479. Part291 = Instance.new("Part")
  480. Part292 = Instance.new("Part")
  481. Part293 = Instance.new("Part")
  482. Part294 = Instance.new("Part")
  483. Seat295 = Instance.new("Seat")
  484. Model296 = Instance.new("Model")
  485. Part297 = Instance.new("Part")
  486. Part298 = Instance.new("Part")
  487. Model299 = Instance.new("Model")
  488. Part300 = Instance.new("Part")
  489. SpecialMesh301 = Instance.new("SpecialMesh")
  490. Sound302 = Instance.new("Sound")
  491. Sound303 = Instance.new("Sound")
  492. Sound304 = Instance.new("Sound")
  493. Sound305 = Instance.new("Sound")
  494. Sound306 = Instance.new("Sound")
  495. Sound307 = Instance.new("Sound")
  496. Sound308 = Instance.new("Sound")
  497. Sound309 = Instance.new("Sound")
  498. Sound310 = Instance.new("Sound")
  499. Decal311 = Instance.new("Decal")
  500. Weld312 = Instance.new("Weld")
  501. Weld313 = Instance.new("Weld")
  502. Weld314 = Instance.new("Weld")
  503. Part315 = Instance.new("Part")
  504. Decal316 = Instance.new("Decal")
  505. Motor6D317 = Instance.new("Motor6D")
  506. Motor6D318 = Instance.new("Motor6D")
  507. Weld319 = Instance.new("Weld")
  508. Weld320 = Instance.new("Weld")
  509. Weld321 = Instance.new("Weld")
  510. Part322 = Instance.new("Part")
  511. Part323 = Instance.new("Part")
  512. Part324 = Instance.new("Part")
  513. Attachment325 = Instance.new("Attachment")
  514. Part326 = Instance.new("Part")
  515. Humanoid327 = Instance.new("Humanoid")
  516. Part328 = Instance.new("Part")
  517. Attachment329 = Instance.new("Attachment")
  518. Motor6D330 = Instance.new("Motor6D")
  519. BodyColors331 = Instance.new("BodyColors")
  520. Accessory332 = Instance.new("Accessory")
  521. Part333 = Instance.new("Part")
  522. SpecialMesh334 = Instance.new("SpecialMesh")
  523. Vector3Value335 = Instance.new("Vector3Value")
  524. Accessory336 = Instance.new("Accessory")
  525. Part337 = Instance.new("Part")
  526. SpecialMesh338 = Instance.new("SpecialMesh")
  527. Accessory339 = Instance.new("Accessory")
  528. Part340 = Instance.new("Part")
  529. SpecialMesh341 = Instance.new("SpecialMesh")
  530. Vector3Value342 = Instance.new("Vector3Value")
  531. ShirtGraphic343 = Instance.new("ShirtGraphic")
  532. Model0.Name = "pizzaplace"
  533. Model0.Parent = mas
  534. SpawnLocation1.Parent = Model0
  535. SpawnLocation1.Material = Enum.Material.Wood
  536. SpawnLocation1.BrickColor = BrickColor.new("Really red")
  537. SpawnLocation1.Transparency = 1
  538. SpawnLocation1.Anchored = true
  539. SpawnLocation1.Size = Vector3.new(6, 1, 6)
  540. SpawnLocation1.CFrame = CFrame.new(-2.5, -0.5, -18.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  541. SpawnLocation1.BottomSurface = Enum.SurfaceType.Smooth
  542. SpawnLocation1.TopSurface = Enum.SurfaceType.Smooth
  543. SpawnLocation1.Color = Color3.new(1, 0, 0)
  544. SpawnLocation1.Position = Vector3.new(-2.5, -0.5, -18.25)
  545. SpawnLocation1.Color = Color3.new(1, 0, 0)
  546. Decal2.Parent = SpawnLocation1
  547. Decal2.Texture = "rbxasset://textures/SpawnLocation.png"
  548. Decal2.Face = Enum.NormalId.Top
  549. Model3.Name = "Pizza Worker"
  550. Model3.Parent = Model0
  551. BodyColors4.Parent = Model3
  552. BodyColors4.HeadColor = BrickColor.new("Light orange")
  553. BodyColors4.LeftArmColor = BrickColor.new("Light orange")
  554. BodyColors4.LeftLegColor = BrickColor.new("Medium stone grey")
  555. BodyColors4.RightArmColor = BrickColor.new("Br. yellowish orange")
  556. BodyColors4.RightLegColor = BrickColor.new("Medium stone grey")
  557. BodyColors4.TorsoColor = BrickColor.new("Bright red")
  558. ShirtGraphic5.Parent = Model3
  559. ShirtGraphic5.Graphic = "http://www.roblox.com/asset/?id=1811898"
  560. CharacterMesh6.Name = "Admin Torso"
  561. CharacterMesh6.Parent = Model3
  562. CharacterMesh6.MeshId = 130092883
  563. CharacterMesh6.BodyPart = Enum.BodyPart.Torso
  564. CharacterMesh6.OverlayTextureId = 130115267
  565. CharacterMesh7.Name = "Admin Right Leg"
  566. CharacterMesh7.Parent = Model3
  567. CharacterMesh7.MeshId = 130090868
  568. CharacterMesh7.BodyPart = Enum.BodyPart.RightLeg
  569. CharacterMesh7.OverlayTextureId = 130090169
  570. Humanoid8.Parent = Model3
  571. Humanoid8.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  572. Humanoid8.RightLeg = Part15
  573. Humanoid8.LeftLeg = Part13
  574. Humanoid8.Torso = Part16
  575. Humanoid8.Health = 0
  576. Humanoid8.MaxHealth = 0
  577. Part9.Name = "Head"
  578. Part9.Parent = Model3
  579. Part9.BrickColor = BrickColor.new("Cool yellow")
  580. Part9.Rotation = Vector3.new(-172.089996, 3.69999981, -156.809998)
  581. Part9.Anchored = true
  582. Part9.FormFactor = Enum.FormFactor.Symmetric
  583. Part9.Size = Vector3.new(2, 1, 1)
  584. Part9.CFrame = CFrame.new(23.3427048, 4.35559797, -84.666687, -0.917267025, 0.392996609, 0.0646132901, 0.39824599, 0.906935751, 0.13736023, -0.00461799977, 0.151728004, -0.988411486)
  585. Part9.TopSurface = Enum.SurfaceType.Smooth
  586. Part9.Color = Color3.new(0.992157, 0.917647, 0.552941)
  587. Part9.Position = Vector3.new(23.3427048, 4.35559797, -84.666687)
  588. Part9.Orientation = Vector3.new(-7.89999962, 176.259995, 23.7099991)
  589. Part9.Color = Color3.new(0.992157, 0.917647, 0.552941)
  590. SpecialMesh10.Parent = Part9
  591. SpecialMesh10.Scale = Vector3.new(1.25, 1.25, 1.25)
  592. SpecialMesh10.Scale = Vector3.new(1.25, 1.25, 1.25)
  593. Decal11.Name = "face"
  594. Decal11.Parent = Part9
  595. Decal11.Texture = "http://www.roblox.com/asset/?id=12451696"
  596. Part12.Name = "Left Arm"
  597. Part12.Parent = Model3
  598. Part12.BrickColor = BrickColor.new("Cool yellow")
  599. Part12.Rotation = Vector3.new(110.269997, -22.0699997, -171.819992)
  600. Part12.Anchored = true
  601. Part12.FormFactor = Enum.FormFactor.Symmetric
  602. Part12.Size = Vector3.new(1, 2, 1)
  603. Part12.CFrame = CFrame.new(24.2181168, 2.61292291, -84.016571, -0.917267025, 0.131873399, -0.3758066, 0.39824599, 0.292757869, -0.869306028, -0.00461799977, -0.94704926, -0.321055174)
  604. Part12.Color = Color3.new(0.992157, 0.917647, 0.552941)
  605. Part12.Position = Vector3.new(24.2181168, 2.61292291, -84.016571)
  606. Part12.Orientation = Vector3.new(60.3799973, -130.509995, 53.6800003)
  607. Part12.Color = Color3.new(0.992157, 0.917647, 0.552941)
  608. Part13.Name = "Left Leg"
  609. Part13.Parent = Model3
  610. Part13.BrickColor = BrickColor.new("Bright blue")
  611. Part13.Rotation = Vector3.new(-171.300003, 0.789999962, -176.610001)
  612. Part13.Anchored = true
  613. Part13.FormFactor = Enum.FormFactor.Symmetric
  614. Part13.Size = Vector3.new(1, 2, 1)
  615. Part13.CFrame = CFrame.new(22.7162991, 1.15107405, -85.1954193, -0.998157263, 0.0591057204, 0.013736668, 0.0605050139, 0.986653507, 0.15117541, -0.0046180007, 0.15172793, -0.988411605)
  616. Part13.BottomSurface = Enum.SurfaceType.Smooth
  617. Part13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  618. Part13.Position = Vector3.new(22.7162991, 1.15107405, -85.1954193)
  619. Part13.Orientation = Vector3.new(-8.69999981, 179.199997, 3.50999999)
  620. Part13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  621. Part14.Name = "Right Arm"
  622. Part14.Parent = Model3
  623. Part14.BrickColor = BrickColor.new("Cool yellow")
  624. Part14.Rotation = Vector3.new(117.739998, -12.4399996, -150.709991)
  625. Part14.Anchored = true
  626. Part14.FormFactor = Enum.FormFactor.Symmetric
  627. Part14.Size = Vector3.new(1, 2, 1)
  628. Part14.CFrame = CFrame.new(21.0922279, 3.60140657, -84.1886444, -0.851649821, 0.477812588, -0.21537818, 0.393993914, 0.312662154, -0.864298105, -0.345631897, -0.820936978, -0.454533935)
  629. Part14.Color = Color3.new(0.992157, 0.917647, 0.552941)
  630. Part14.Position = Vector3.new(21.0922279, 3.60140657, -84.1886444)
  631. Part14.Orientation = Vector3.new(59.7999992, -154.649994, 51.5699997)
  632. Part14.Color = Color3.new(0.992157, 0.917647, 0.552941)
  633. Part15.Name = "Right Leg"
  634. Part15.Parent = Model3
  635. Part15.BrickColor = BrickColor.new("Bright blue")
  636. Part15.Rotation = Vector3.new(-171.300003, 0.789999962, -176.610001)
  637. Part15.Anchored = true
  638. Part15.FormFactor = Enum.FormFactor.Symmetric
  639. Part15.Size = Vector3.new(1, 2, 1)
  640. Part15.CFrame = CFrame.new(21.7181435, 1.21157897, -85.2000351, -0.998157263, 0.0591057204, 0.013736668, 0.0605050139, 0.986653507, 0.15117541, -0.0046180007, 0.15172793, -0.988411605)
  641. Part15.BottomSurface = Enum.SurfaceType.Smooth
  642. Part15.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  643. Part15.Position = Vector3.new(21.7181435, 1.21157897, -85.2000351)
  644. Part15.Orientation = Vector3.new(-8.69999981, 179.199997, 3.50999999)
  645. Part15.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  646. Part16.Name = "Torso"
  647. Part16.Parent = Model3
  648. Part16.BrickColor = BrickColor.new("Dark green")
  649. Part16.Rotation = Vector3.new(-172.089996, 3.69999981, -156.809998)
  650. Part16.Anchored = true
  651. Part16.FormFactor = Enum.FormFactor.Symmetric
  652. Part16.Size = Vector3.new(2, 2, 1)
  653. Part16.CFrame = CFrame.new(22.7532158, 2.99520111, -84.8942871, -0.917267025, 0.392996609, 0.0646132901, 0.39824599, 0.906935751, 0.13736023, -0.00461799977, 0.151728004, -0.988411486)
  654. Part16.LeftSurface = Enum.SurfaceType.Weld
  655. Part16.RightSurface = Enum.SurfaceType.Weld
  656. Part16.Color = Color3.new(0.156863, 0.498039, 0.278431)
  657. Part16.Position = Vector3.new(22.7532158, 2.99520111, -84.8942871)
  658. Part16.Orientation = Vector3.new(-7.89999962, 176.259995, 23.7099991)
  659. Part16.Color = Color3.new(0.156863, 0.498039, 0.278431)
  660. Decal17.Name = "roblox"
  661. Decal17.Parent = Part16
  662. Motor6D18.Name = "Neck"
  663. Motor6D18.Parent = Part16
  664. Motor6D18.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  665. Motor6D18.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  666. Motor6D18.Part0 = Part16
  667. Motor6D18.Part1 = Part9
  668. Motor6D18.MaxVelocity = 0.10000000149012
  669. Weld19.Parent = Part16
  670. Weld19.C0 = CFrame.new(-1.5, 0.362170458, -0.825408936, 1.00000048, 4.38346658e-30, -2.48600482e-29, 2.5243549e-29, 0.173647001, -0.984807968, 2.24207754e-44, 0.984808445, 0.173647091)
  671. Weld19.Part0 = Part16
  672. Weld19.Part1 = Part12
  673. Weld20.Parent = Part16
  674. Weld20.C0 = CFrame.new(1.76173019, 0.00409126282, -0.7215271, 0.939692914, -0.309974194, -0.144544929, -0.0298103616, 0.346784085, -0.937471271, 0.340717733, 0.885243952, 0.316630065)
  675. Weld20.Part0 = Part16
  676. Weld20.Part1 = Part14
  677. Weld21.Parent = Part16
  678. Weld21.C0 = CFrame.new(0.240528107, -2.07080078, -0.00968170166, 0.939693987, 0.338014394, 0.0521692932, -0.338098943, 0.941081107, -0.00746487081, -0.0516187549, -0.0106236488, 0.998610437)
  679. Weld21.Part0 = Part16
  680. Weld21.Part1 = Part15
  681. Weld22.Parent = Part16
  682. Weld22.C0 = CFrame.new(-0.699163437, -1.73270416, 0.0419387817, 0.939693987, 0.338014394, 0.0521692932, -0.338098943, 0.941081107, -0.00746487081, -0.0516187549, -0.0106236488, 0.998610437)
  683. Weld22.Part0 = Part16
  684. Weld22.Part1 = Part13
  685. CharacterMesh23.Name = "Admin Left Arm"
  686. CharacterMesh23.Parent = Model3
  687. CharacterMesh23.MeshId = 130092904
  688. CharacterMesh23.BodyPart = Enum.BodyPart.LeftArm
  689. CharacterMesh23.OverlayTextureId = 130115267
  690. CharacterMesh24.Name = "Admin Left Leg"
  691. CharacterMesh24.Parent = Model3
  692. CharacterMesh24.MeshId = 130090846
  693. CharacterMesh24.BodyPart = Enum.BodyPart.LeftLeg
  694. CharacterMesh24.OverlayTextureId = 130090169
  695. CharacterMesh25.Name = "Admin Right Arm"
  696. CharacterMesh25.Parent = Model3
  697. CharacterMesh25.MeshId = 130092911
  698. CharacterMesh25.BodyPart = Enum.BodyPart.RightArm
  699. CharacterMesh25.OverlayTextureId = 130115267
  700. Model26.Name = "Pizza Worker"
  701. Model26.Parent = Model0
  702. BodyColors27.Parent = Model26
  703. BodyColors27.HeadColor = BrickColor.new("Light orange")
  704. BodyColors27.LeftArmColor = BrickColor.new("Light orange")
  705. BodyColors27.LeftLegColor = BrickColor.new("Medium stone grey")
  706. BodyColors27.RightArmColor = BrickColor.new("Br. yellowish orange")
  707. BodyColors27.RightLegColor = BrickColor.new("Medium stone grey")
  708. BodyColors27.TorsoColor = BrickColor.new("Bright red")
  709. ShirtGraphic28.Parent = Model26
  710. ShirtGraphic28.Graphic = "http://www.roblox.com/asset/?id=1811898"
  711. CharacterMesh29.Name = "Admin Torso"
  712. CharacterMesh29.Parent = Model26
  713. CharacterMesh29.MeshId = 130092883
  714. CharacterMesh29.BodyPart = Enum.BodyPart.Torso
  715. CharacterMesh29.OverlayTextureId = 130115267
  716. CharacterMesh30.Name = "Admin Right Leg"
  717. CharacterMesh30.Parent = Model26
  718. CharacterMesh30.MeshId = 130090868
  719. CharacterMesh30.BodyPart = Enum.BodyPart.RightLeg
  720. CharacterMesh30.OverlayTextureId = 130090169
  721. Humanoid31.Parent = Model26
  722. Humanoid31.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  723. Humanoid31.RightLeg = Part38
  724. Humanoid31.LeftLeg = Part36
  725. Humanoid31.Torso = Part39
  726. Humanoid31.Health = 0
  727. Humanoid31.MaxHealth = 0
  728. Part32.Name = "Head"
  729. Part32.Parent = Model26
  730. Part32.BrickColor = BrickColor.new("Cool yellow")
  731. Part32.Rotation = Vector3.new(179.360001, -9.30000019, 164.519989)
  732. Part32.Anchored = true
  733. Part32.FormFactor = Enum.FormFactor.Symmetric
  734. Part32.Size = Vector3.new(2, 1, 1)
  735. Part32.CFrame = CFrame.new(-1.47406805, 4.25862408, -84.1422424, -0.951049864, -0.263375849, -0.161670372, -0.26512298, 0.964151204, -0.0110652028, 0.158788979, 0.0323389731, -0.986782789)
  736. Part32.TopSurface = Enum.SurfaceType.Smooth
  737. Part32.Color = Color3.new(0.992157, 0.917647, 0.552941)
  738. Part32.Position = Vector3.new(-1.47406805, 4.25862408, -84.1422424)
  739. Part32.Orientation = Vector3.new(0.629999995, -170.699997, -15.3800001)
  740. Part32.Color = Color3.new(0.992157, 0.917647, 0.552941)
  741. SpecialMesh33.Parent = Part32
  742. SpecialMesh33.Scale = Vector3.new(1.25, 1.25, 1.25)
  743. SpecialMesh33.Scale = Vector3.new(1.25, 1.25, 1.25)
  744. Decal34.Name = "face"
  745. Decal34.Parent = Part32
  746. Decal34.Texture = "http://www.roblox.com/asset/?id=12451696"
  747. Part35.Name = "Left Arm"
  748. Part35.Parent = Model26
  749. Part35.BrickColor = BrickColor.new("Cool yellow")
  750. Part35.Rotation = Vector3.new(102.059998, 13.3699999, 167.839996)
  751. Part35.Anchored = true
  752. Part35.FormFactor = Enum.FormFactor.Symmetric
  753. Part35.Size = Vector3.new(1, 2, 1)
  754. Part35.CFrame = CFrame.new(0.385627002, 3.56840897, -83.6027298, -0.951049864, -0.204948738, 0.23130098, -0.26512298, 0.156525061, -0.951425135, 0.158788979, -0.966175914, -0.203199759)
  755. Part35.Color = Color3.new(0.992157, 0.917647, 0.552941)
  756. Part35.Position = Vector3.new(0.385627002, 3.56840897, -83.6027298)
  757. Part35.Orientation = Vector3.new(72.0699997, 131.300003, -59.4399986)
  758. Part35.Color = Color3.new(0.992157, 0.917647, 0.552941)
  759. Part36.Name = "Left Leg"
  760. Part36.Parent = Model26
  761. Part36.BrickColor = BrickColor.new("Bright blue")
  762. Part36.Rotation = Vector3.new(179.659988, -10.6399994, 179.509995)
  763. Part36.Anchored = true
  764. Part36.FormFactor = Enum.FormFactor.Symmetric
  765. Part36.Size = Vector3.new(1, 2, 1)
  766. Part36.CFrame = CFrame.new(-0.307913005, 0.882135987, -84.3098602, -0.982761025, -0.00839361735, -0.184690222, -0.00744199986, 0.999955237, -0.00584511459, 0.184731007, -0.00436988566, -0.982779503)
  767. Part36.BottomSurface = Enum.SurfaceType.Smooth
  768. Part36.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  769. Part36.Position = Vector3.new(-0.307913005, 0.882135987, -84.3098602)
  770. Part36.Orientation = Vector3.new(0.329999983, -169.360001, -0.429999977)
  771. Part36.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  772. Part37.Name = "Right Arm"
  773. Part37.Parent = Model26
  774. Part37.BrickColor = BrickColor.new("Cool yellow")
  775. Part37.Rotation = Vector3.new(-17.3999996, -1.31999993, 149.429993)
  776. Part37.Anchored = true
  777. Part37.FormFactor = Enum.FormFactor.Symmetric
  778. Part37.Size = Vector3.new(1, 2, 1)
  779. Part37.CFrame = CFrame.new(-2.6417532, 3.52207184, -83.6925201, -0.860824108, -0.508381486, -0.0230249576, 0.479330063, -0.825169504, 0.298894644, -0.170952007, 0.246259153, 0.954008341)
  780. Part37.Color = Color3.new(0.992157, 0.917647, 0.552941)
  781. Part37.Position = Vector3.new(-2.6417532, 3.52207184, -83.6925201)
  782. Part37.Orientation = Vector3.new(-17.3899994, -1.38, 149.849991)
  783. Part37.Color = Color3.new(0.992157, 0.917647, 0.552941)
  784. Part38.Name = "Right Leg"
  785. Part38.Parent = Model26
  786. Part38.BrickColor = BrickColor.new("Bright blue")
  787. Part38.Rotation = Vector3.new(179.659988, -10.6399994, 179.509995)
  788. Part38.Anchored = true
  789. Part38.FormFactor = Enum.FormFactor.Symmetric
  790. Part38.Size = Vector3.new(1, 2, 1)
  791. Part38.CFrame = CFrame.new(-1.29067302, 0.874692976, -84.125145, -0.982761025, -0.00839361735, -0.184690222, -0.00744199986, 0.999955237, -0.00584511459, 0.184731007, -0.00436988566, -0.982779503)
  792. Part38.BottomSurface = Enum.SurfaceType.Smooth
  793. Part38.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  794. Part38.Position = Vector3.new(-1.29067302, 0.874692976, -84.125145)
  795. Part38.Orientation = Vector3.new(0.329999983, -169.360001, -0.429999977)
  796. Part38.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  797. Part39.Name = "Torso"
  798. Part39.Parent = Model26
  799. Part39.BrickColor = BrickColor.new("Dark green")
  800. Part39.Rotation = Vector3.new(179.360001, -9.30000019, 164.519989)
  801. Part39.Anchored = true
  802. Part39.FormFactor = Enum.FormFactor.Symmetric
  803. Part39.Size = Vector3.new(2, 2, 1)
  804. Part39.CFrame = CFrame.new(-1.07900596, 2.81240201, -84.1907501, -0.951049864, -0.263375849, -0.161670372, -0.26512298, 0.964151204, -0.0110652028, 0.158788979, 0.0323389731, -0.986782789)
  805. Part39.LeftSurface = Enum.SurfaceType.Weld
  806. Part39.RightSurface = Enum.SurfaceType.Weld
  807. Part39.Color = Color3.new(0.156863, 0.498039, 0.278431)
  808. Part39.Position = Vector3.new(-1.07900596, 2.81240201, -84.1907501)
  809. Part39.Orientation = Vector3.new(0.629999995, -170.699997, -15.3800001)
  810. Part39.Color = Color3.new(0.156863, 0.498039, 0.278431)
  811. Decal40.Name = "roblox"
  812. Decal40.Parent = Part39
  813. Motor6D41.Name = "Neck"
  814. Motor6D41.Parent = Part39
  815. Motor6D41.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  816. Motor6D41.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  817. Motor6D41.Part0 = Part39
  818. Motor6D41.Part1 = Part32
  819. Motor6D41.MaxVelocity = 0.10000000149012
  820. Weld42.Parent = Part39
  821. Weld42.C0 = CFrame.new(0, 1.49999571, 0, 1, 1.3038516e-08, 0, 1.3038516e-08, 1.00000012, 3.7252903e-09, 0, 3.7252903e-09, 1)
  822. Weld42.Part0 = Part39
  823. Weld42.Part1 = Part32
  824. Weld43.Parent = Part39
  825. Weld43.C0 = CFrame.new(-1.50000191, 0.362172127, -0.825401306, 1, -1.49011612e-08, 3.35276127e-08, 1.3038516e-08, 0.173647225, -0.984808087, 0, 0.984807909, 0.17364721)
  826. Weld43.Part0 = Part39
  827. Weld43.Part1 = Part35
  828. Weld44.Parent = Part39
  829. Weld44.C0 = CFrame.new(1.37721539, 1.11193132, -0.246841431, 0.664460003, 0.741370797, 0.0941400528, 0.683338583, -0.653729022, 0.325095505, 0.302558362, -0.151683405, -0.940983891)
  830. Weld44.Part0 = Part39
  831. Weld44.Part1 = Part37
  832. Weld45.Parent = Part39
  833. Weld45.C0 = CFrame.new(0.725455284, -1.81037462, -0.00907897949, 0.965960979, -0.257822245, 0.0211447328, 0.257634342, 0.966177404, 0.0112252906, -0.0233236998, -0.00539558008, 0.99971354)
  834. Weld45.Part0 = Part39
  835. Weld45.Part1 = Part38
  836. Weld46.Parent = Part39
  837. Weld46.C0 = CFrame.new(-0.240503311, -2.06800747, 0.0142288208, 0.965960979, -0.257822245, 0.0211447328, 0.257634342, 0.966177404, 0.0112252906, -0.0233236998, -0.00539558008, 0.99971354)
  838. Weld46.Part0 = Part39
  839. Weld46.Part1 = Part36
  840. CharacterMesh47.Name = "Admin Left Arm"
  841. CharacterMesh47.Parent = Model26
  842. CharacterMesh47.MeshId = 130092904
  843. CharacterMesh47.BodyPart = Enum.BodyPart.LeftArm
  844. CharacterMesh47.OverlayTextureId = 130115267
  845. CharacterMesh48.Name = "Admin Left Leg"
  846. CharacterMesh48.Parent = Model26
  847. CharacterMesh48.MeshId = 130090846
  848. CharacterMesh48.BodyPart = Enum.BodyPart.LeftLeg
  849. CharacterMesh48.OverlayTextureId = 130090169
  850. CharacterMesh49.Name = "Admin Right Arm"
  851. CharacterMesh49.Parent = Model26
  852. CharacterMesh49.MeshId = 130092911
  853. CharacterMesh49.BodyPart = Enum.BodyPart.RightArm
  854. CharacterMesh49.OverlayTextureId = 130115267
  855. Model50.Name = "computah"
  856. Model50.Parent = Model0
  857. Part51.Parent = Model50
  858. Part51.Material = Enum.Material.Metal
  859. Part51.BrickColor = BrickColor.new("Institutional white")
  860. Part51.Anchored = true
  861. Part51.Size = Vector3.new(4.75, 0.25, 3.25)
  862. Part51.CFrame = CFrame.new(-25.125, 2.7249999, -81.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  863. Part51.BottomSurface = Enum.SurfaceType.Smooth
  864. Part51.TopSurface = Enum.SurfaceType.Smooth
  865. Part51.Color = Color3.new(1, 1, 1)
  866. Part51.Position = Vector3.new(-25.125, 2.7249999, -81.875)
  867. Part51.Color = Color3.new(1, 1, 1)
  868. Decal52.Parent = Part51
  869. Decal52.Texture = "http://www.roblox.com/asset/?id=384312889"
  870. Decal52.Face = Enum.NormalId.Top
  871. Part53.Parent = Model50
  872. Part53.Material = Enum.Material.Metal
  873. Part53.BrickColor = BrickColor.new("Pearl")
  874. Part53.Anchored = true
  875. Part53.Size = Vector3.new(4.75, 3, 0.25)
  876. Part53.CFrame = CFrame.new(-25.125, 4.3499999, -80.125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  877. Part53.BottomSurface = Enum.SurfaceType.Smooth
  878. Part53.TopSurface = Enum.SurfaceType.Smooth
  879. Part53.Color = Color3.new(0.905882, 0.905882, 0.92549)
  880. Part53.Position = Vector3.new(-25.125, 4.3499999, -80.125)
  881. Part53.Color = Color3.new(0.905882, 0.905882, 0.92549)
  882. Part54.Parent = Model50
  883. Part54.Material = Enum.Material.Neon
  884. Part54.BrickColor = BrickColor.new("Institutional white")
  885. Part54.Anchored = true
  886. Part54.Size = Vector3.new(4.25, 2.5, 0.25)
  887. Part54.CFrame = CFrame.new(-25.125, 4.3499999, -80.1299973, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  888. Part54.BottomSurface = Enum.SurfaceType.Smooth
  889. Part54.TopSurface = Enum.SurfaceType.Smooth
  890. Part54.Color = Color3.new(1, 1, 1)
  891. Part54.Position = Vector3.new(-25.125, 4.3499999, -80.1299973)
  892. Part54.Color = Color3.new(1, 1, 1)
  893. Decal55.Parent = Part54
  894. Decal55.Texture = "http://www.roblox.com/asset/?id=1189089734"
  895. Model56.Name = "Pizza Worker"
  896. Model56.Parent = Model0
  897. BodyColors57.Parent = Model56
  898. BodyColors57.HeadColor = BrickColor.new("Light orange")
  899. BodyColors57.LeftArmColor = BrickColor.new("Light orange")
  900. BodyColors57.LeftLegColor = BrickColor.new("Medium stone grey")
  901. BodyColors57.RightArmColor = BrickColor.new("Br. yellowish orange")
  902. BodyColors57.RightLegColor = BrickColor.new("Medium stone grey")
  903. BodyColors57.TorsoColor = BrickColor.new("Bright red")
  904. ShirtGraphic58.Parent = Model56
  905. ShirtGraphic58.Graphic = "http://www.roblox.com/asset/?id=1811898"
  906. CharacterMesh59.Name = "Admin Torso"
  907. CharacterMesh59.Parent = Model56
  908. CharacterMesh59.MeshId = 130092883
  909. CharacterMesh59.BodyPart = Enum.BodyPart.Torso
  910. CharacterMesh59.OverlayTextureId = 130115267
  911. CharacterMesh60.Name = "Admin Right Leg"
  912. CharacterMesh60.Parent = Model56
  913. CharacterMesh60.MeshId = 130090868
  914. CharacterMesh60.BodyPart = Enum.BodyPart.RightLeg
  915. CharacterMesh60.OverlayTextureId = 130090169
  916. Humanoid61.Parent = Model56
  917. Humanoid61.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  918. Humanoid61.RightLeg = Part68
  919. Humanoid61.LeftLeg = Part66
  920. Humanoid61.Torso = Part69
  921. Humanoid61.Health = 0
  922. Humanoid61.MaxHealth = 0
  923. Part62.Name = "Head"
  924. Part62.Parent = Model56
  925. Part62.BrickColor = BrickColor.new("Cool yellow")
  926. Part62.Rotation = Vector3.new(180, 0, 180)
  927. Part62.Anchored = true
  928. Part62.FormFactor = Enum.FormFactor.Symmetric
  929. Part62.Size = Vector3.new(2, 1, 1)
  930. Part62.CFrame = CFrame.new(-12.75, 4.34999371, -84.5, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  931. Part62.TopSurface = Enum.SurfaceType.Smooth
  932. Part62.Color = Color3.new(0.992157, 0.917647, 0.552941)
  933. Part62.Position = Vector3.new(-12.75, 4.34999371, -84.5)
  934. Part62.Orientation = Vector3.new(0, -180, 0)
  935. Part62.Color = Color3.new(0.992157, 0.917647, 0.552941)
  936. SpecialMesh63.Parent = Part62
  937. SpecialMesh63.Scale = Vector3.new(1.25, 1.25, 1.25)
  938. SpecialMesh63.Scale = Vector3.new(1.25, 1.25, 1.25)
  939. Decal64.Name = "face"
  940. Decal64.Parent = Part62
  941. Decal64.Texture = "http://www.roblox.com/asset/?id=12451696"
  942. Part65.Name = "Left Arm"
  943. Part65.Parent = Model56
  944. Part65.BrickColor = BrickColor.new("Cool yellow")
  945. Part65.Rotation = Vector3.new(100, 0, -180)
  946. Part65.Anchored = true
  947. Part65.FormFactor = Enum.FormFactor.Symmetric
  948. Part65.Size = Vector3.new(1, 2, 1)
  949. Part65.CFrame = CFrame.new(-11.25, 3.21217084, -83.6745911, -1, 0, 0, 0, 0.173647001, -0.984807968, 0, -0.984807968, -0.173647001)
  950. Part65.Color = Color3.new(0.992157, 0.917647, 0.552941)
  951. Part65.Position = Vector3.new(-11.25, 3.21217084, -83.6745911)
  952. Part65.Orientation = Vector3.new(80, 180, 0)
  953. Part65.Color = Color3.new(0.992157, 0.917647, 0.552941)
  954. Part66.Name = "Left Leg"
  955. Part66.Parent = Model56
  956. Part66.BrickColor = BrickColor.new("Bright blue")
  957. Part66.Rotation = Vector3.new(180, 0, 180)
  958. Part66.Anchored = true
  959. Part66.FormFactor = Enum.FormFactor.Symmetric
  960. Part66.Size = Vector3.new(1, 2, 1)
  961. Part66.CFrame = CFrame.new(-12.25, 0.849998951, -84.5, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  962. Part66.BottomSurface = Enum.SurfaceType.Smooth
  963. Part66.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  964. Part66.Position = Vector3.new(-12.25, 0.849998951, -84.5)
  965. Part66.Orientation = Vector3.new(0, -180, 0)
  966. Part66.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  967. Part67.Name = "Right Arm"
  968. Part67.Parent = Model56
  969. Part67.BrickColor = BrickColor.new("Cool yellow")
  970. Part67.Rotation = Vector3.new(85, 0, -160)
  971. Part67.Anchored = true
  972. Part67.FormFactor = Enum.FormFactor.Symmetric
  973. Part67.Size = Vector3.new(1, 2, 1)
  974. Part67.CFrame = CFrame.new(-14.5065155, 3.40952301, -83.8414917, -0.939692855, 0.342019409, -1.03098625e-06, -0.029807996, -0.081900008, -0.99619478, -0.340717971, -0.936117053, 0.0871557742)
  975. Part67.Color = Color3.new(0.992157, 0.917647, 0.552941)
  976. Part67.Position = Vector3.new(-14.5065155, 3.40952301, -83.8414917)
  977. Part67.Orientation = Vector3.new(85, 0, -160)
  978. Part67.Color = Color3.new(0.992157, 0.917647, 0.552941)
  979. Part68.Name = "Right Leg"
  980. Part68.Parent = Model56
  981. Part68.BrickColor = BrickColor.new("Bright blue")
  982. Part68.Rotation = Vector3.new(-180, 0, -180)
  983. Part68.Anchored = true
  984. Part68.FormFactor = Enum.FormFactor.Symmetric
  985. Part68.Size = Vector3.new(1, 2, 1)
  986. Part68.CFrame = CFrame.new(-13.25, 0.849999011, -84.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  987. Part68.BottomSurface = Enum.SurfaceType.Smooth
  988. Part68.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  989. Part68.Position = Vector3.new(-13.25, 0.849999011, -84.5)
  990. Part68.Orientation = Vector3.new(0, 180, 0)
  991. Part68.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  992. Part69.Name = "Torso"
  993. Part69.Parent = Model56
  994. Part69.BrickColor = BrickColor.new("Dark green")
  995. Part69.Rotation = Vector3.new(180, 0, 180)
  996. Part69.Anchored = true
  997. Part69.FormFactor = Enum.FormFactor.Symmetric
  998. Part69.Size = Vector3.new(2, 2, 1)
  999. Part69.CFrame = CFrame.new(-12.75, 2.85000038, -84.5, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  1000. Part69.LeftSurface = Enum.SurfaceType.Weld
  1001. Part69.RightSurface = Enum.SurfaceType.Weld
  1002. Part69.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1003. Part69.Position = Vector3.new(-12.75, 2.85000038, -84.5)
  1004. Part69.Orientation = Vector3.new(0, -180, 0)
  1005. Part69.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1006. Decal70.Name = "roblox"
  1007. Decal70.Parent = Part69
  1008. Motor6D71.Name = "Left Hip"
  1009. Motor6D71.Parent = Part69
  1010. Motor6D71.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1011. Motor6D71.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1012. Motor6D71.Part0 = Part69
  1013. Motor6D71.Part1 = Part66
  1014. Motor6D71.DesiredAngle = 0.037873461842537
  1015. Motor6D71.MaxVelocity = 0.10000000149012
  1016. Motor6D72.Name = "Neck"
  1017. Motor6D72.Parent = Part69
  1018. Motor6D72.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1019. Motor6D72.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1020. Motor6D72.Part0 = Part69
  1021. Motor6D72.Part1 = Part62
  1022. Motor6D72.MaxVelocity = 0.10000000149012
  1023. Weld73.Parent = Part69
  1024. Weld73.C0 = CFrame.new(1.75651646, 0.559522629, -0.658508301, 0.939693332, -0.342019558, 1.03098671e-06, -0.029807996, -0.081900008, -0.99619478, 0.34071812, 0.93611747, -0.0871558189)
  1025. Weld73.Part0 = Part69
  1026. Weld73.Part1 = Part67
  1027. Weld74.Parent = Part69
  1028. Weld74.C0 = CFrame.new(-1.5, 0.362170458, -0.825408936, 1.00000048, 4.38346658e-30, -2.48600482e-29, 2.5243549e-29, 0.173647001, -0.984807968, 2.24207754e-44, 0.984808445, 0.173647091)
  1029. Weld74.Part0 = Part69
  1030. Weld74.Part1 = Part65
  1031. CharacterMesh75.Name = "Admin Left Arm"
  1032. CharacterMesh75.Parent = Model56
  1033. CharacterMesh75.MeshId = 130092904
  1034. CharacterMesh75.BodyPart = Enum.BodyPart.LeftArm
  1035. CharacterMesh75.OverlayTextureId = 130115267
  1036. CharacterMesh76.Name = "Admin Left Leg"
  1037. CharacterMesh76.Parent = Model56
  1038. CharacterMesh76.MeshId = 130090846
  1039. CharacterMesh76.BodyPart = Enum.BodyPart.LeftLeg
  1040. CharacterMesh76.OverlayTextureId = 130090169
  1041. CharacterMesh77.Name = "Admin Right Arm"
  1042. CharacterMesh77.Parent = Model56
  1043. CharacterMesh77.MeshId = 130092911
  1044. CharacterMesh77.BodyPart = Enum.BodyPart.RightArm
  1045. CharacterMesh77.OverlayTextureId = 130115267
  1046. Model78.Name = "Pizza Worker"
  1047. Model78.Parent = Model0
  1048. BodyColors79.Parent = Model78
  1049. BodyColors79.HeadColor = BrickColor.new("Light orange")
  1050. BodyColors79.LeftArmColor = BrickColor.new("Light orange")
  1051. BodyColors79.LeftLegColor = BrickColor.new("Medium stone grey")
  1052. BodyColors79.RightArmColor = BrickColor.new("Br. yellowish orange")
  1053. BodyColors79.RightLegColor = BrickColor.new("Medium stone grey")
  1054. BodyColors79.TorsoColor = BrickColor.new("Bright red")
  1055. ShirtGraphic80.Parent = Model78
  1056. ShirtGraphic80.Graphic = "http://www.roblox.com/asset/?id=1811898"
  1057. CharacterMesh81.Name = "Admin Torso"
  1058. CharacterMesh81.Parent = Model78
  1059. CharacterMesh81.MeshId = 130092883
  1060. CharacterMesh81.BodyPart = Enum.BodyPart.Torso
  1061. CharacterMesh81.OverlayTextureId = 130115267
  1062. CharacterMesh82.Name = "Admin Right Leg"
  1063. CharacterMesh82.Parent = Model78
  1064. CharacterMesh82.MeshId = 130090868
  1065. CharacterMesh82.BodyPart = Enum.BodyPart.RightLeg
  1066. CharacterMesh82.OverlayTextureId = 130090169
  1067. Humanoid83.Parent = Model78
  1068. Humanoid83.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1069. Humanoid83.RightLeg = Part90
  1070. Humanoid83.LeftLeg = Part88
  1071. Humanoid83.Torso = Part91
  1072. Humanoid83.Health = 0
  1073. Humanoid83.MaxHealth = 0
  1074. Part84.Name = "Head"
  1075. Part84.Parent = Model78
  1076. Part84.BrickColor = BrickColor.new("Cool yellow")
  1077. Part84.Rotation = Vector3.new(-180, 75, -180)
  1078. Part84.Anchored = true
  1079. Part84.FormFactor = Enum.FormFactor.Symmetric
  1080. Part84.Size = Vector3.new(2, 1, 1)
  1081. Part84.CFrame = CFrame.new(10.1895475, 4.33566523, -84.6634979, -0.25881803, 0, 0.965926111, 0, 1, 0, -0.965926111, 0, -0.25881803)
  1082. Part84.TopSurface = Enum.SurfaceType.Smooth
  1083. Part84.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1084. Part84.Position = Vector3.new(10.1895475, 4.33566523, -84.6634979)
  1085. Part84.Orientation = Vector3.new(0, 105, 0)
  1086. Part84.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1087. SpecialMesh85.Parent = Part84
  1088. SpecialMesh85.Scale = Vector3.new(1.25, 1.25, 1.25)
  1089. SpecialMesh85.Scale = Vector3.new(1.25, 1.25, 1.25)
  1090. Decal86.Name = "face"
  1091. Decal86.Parent = Part84
  1092. Decal86.Texture = "http://www.roblox.com/asset/?id=12451696"
  1093. Part87.Name = "Left Arm"
  1094. Part87.Parent = Model78
  1095. Part87.BrickColor = BrickColor.new("Cool yellow")
  1096. Part87.Rotation = Vector3.new(100, 0, -180)
  1097. Part87.Anchored = true
  1098. Part87.FormFactor = Enum.FormFactor.Symmetric
  1099. Part87.Size = Vector3.new(1, 2, 1)
  1100. Part87.CFrame = CFrame.new(11.6895475, 3.19784307, -83.838089, -1, 0, 0, 0, 0.173647001, -0.984807968, 0, -0.984807968, -0.173647001)
  1101. Part87.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1102. Part87.Position = Vector3.new(11.6895475, 3.19784307, -83.838089)
  1103. Part87.Orientation = Vector3.new(80, 180, 0)
  1104. Part87.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1105. Part88.Name = "Left Leg"
  1106. Part88.Parent = Model78
  1107. Part88.BrickColor = BrickColor.new("Bright blue")
  1108. Part88.Rotation = Vector3.new(180, 0, 180)
  1109. Part88.Anchored = true
  1110. Part88.FormFactor = Enum.FormFactor.Symmetric
  1111. Part88.Size = Vector3.new(1, 2, 1)
  1112. Part88.CFrame = CFrame.new(10.6895485, 0.835669875, -84.6634979, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  1113. Part88.BottomSurface = Enum.SurfaceType.Smooth
  1114. Part88.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1115. Part88.Position = Vector3.new(10.6895485, 0.835669875, -84.6634979)
  1116. Part88.Orientation = Vector3.new(0, -180, 0)
  1117. Part88.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1118. Part89.Name = "Right Arm"
  1119. Part89.Parent = Model78
  1120. Part89.BrickColor = BrickColor.new("Cool yellow")
  1121. Part89.Rotation = Vector3.new(85, 0, -160)
  1122. Part89.Anchored = true
  1123. Part89.FormFactor = Enum.FormFactor.Symmetric
  1124. Part89.Size = Vector3.new(1, 2, 1)
  1125. Part89.CFrame = CFrame.new(8.43302727, 3.39519429, -84.0049896, -0.939692855, 0.342019409, -1.03098625e-06, -0.029807996, -0.081900008, -0.99619478, -0.340717971, -0.936117053, 0.0871557742)
  1126. Part89.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1127. Part89.Position = Vector3.new(8.43302727, 3.39519429, -84.0049896)
  1128. Part89.Orientation = Vector3.new(85, 0, -160)
  1129. Part89.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1130. Part90.Name = "Right Leg"
  1131. Part90.Parent = Model78
  1132. Part90.BrickColor = BrickColor.new("Bright blue")
  1133. Part90.Rotation = Vector3.new(-180, 0, -180)
  1134. Part90.Anchored = true
  1135. Part90.FormFactor = Enum.FormFactor.Symmetric
  1136. Part90.Size = Vector3.new(1, 2, 1)
  1137. Part90.CFrame = CFrame.new(9.68954754, 0.835670114, -84.6634979, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1138. Part90.BottomSurface = Enum.SurfaceType.Smooth
  1139. Part90.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1140. Part90.Position = Vector3.new(9.68954754, 0.835670114, -84.6634979)
  1141. Part90.Orientation = Vector3.new(0, 180, 0)
  1142. Part90.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1143. Part91.Name = "Torso"
  1144. Part91.Parent = Model78
  1145. Part91.BrickColor = BrickColor.new("Dark green")
  1146. Part91.Rotation = Vector3.new(180, 0, 180)
  1147. Part91.Anchored = true
  1148. Part91.FormFactor = Enum.FormFactor.Symmetric
  1149. Part91.Size = Vector3.new(2, 2, 1)
  1150. Part91.CFrame = CFrame.new(10.1895485, 2.83567214, -84.6634979, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  1151. Part91.LeftSurface = Enum.SurfaceType.Weld
  1152. Part91.RightSurface = Enum.SurfaceType.Weld
  1153. Part91.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1154. Part91.Position = Vector3.new(10.1895485, 2.83567214, -84.6634979)
  1155. Part91.Orientation = Vector3.new(0, -180, 0)
  1156. Part91.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1157. Decal92.Name = "roblox"
  1158. Decal92.Parent = Part91
  1159. Motor6D93.Name = "Left Hip"
  1160. Motor6D93.Parent = Part91
  1161. Motor6D93.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1162. Motor6D93.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1163. Motor6D93.Part0 = Part91
  1164. Motor6D93.Part1 = Part88
  1165. Motor6D93.DesiredAngle = 0.037873461842537
  1166. Motor6D93.MaxVelocity = 0.10000000149012
  1167. Weld94.Parent = Part91
  1168. Weld94.C0 = CFrame.new(1.75651646, 0.559522629, -0.658508301, 0.939693332, -0.342019558, 1.03098671e-06, -0.029807996, -0.081900008, -0.99619478, 0.34071812, 0.93611747, -0.0871558189)
  1169. Weld94.Part0 = Part91
  1170. Weld94.Part1 = Part89
  1171. Weld95.Parent = Part91
  1172. Weld95.C0 = CFrame.new(-1.5, 0.362170458, -0.825408936, 1.00000048, 4.38346658e-30, -2.48600482e-29, 2.5243549e-29, 0.173647001, -0.984807968, 2.24207754e-44, 0.984808445, 0.173647091)
  1173. Weld95.Part0 = Part91
  1174. Weld95.Part1 = Part87
  1175. Weld96.Parent = Part91
  1176. Weld96.C0 = CFrame.new(9.53674316e-07, 1.49999309, 0, 0.25881815, 2.5243549e-29, -0.965926588, -4.22333205e-29, 1, -3.74503758e-29, 0.965926588, -5.04870979e-29, 0.25881815)
  1177. Weld96.Part0 = Part91
  1178. Weld96.Part1 = Part84
  1179. CharacterMesh97.Name = "Admin Left Arm"
  1180. CharacterMesh97.Parent = Model78
  1181. CharacterMesh97.MeshId = 130092904
  1182. CharacterMesh97.BodyPart = Enum.BodyPart.LeftArm
  1183. CharacterMesh97.OverlayTextureId = 130115267
  1184. CharacterMesh98.Name = "Admin Left Leg"
  1185. CharacterMesh98.Parent = Model78
  1186. CharacterMesh98.MeshId = 130090846
  1187. CharacterMesh98.BodyPart = Enum.BodyPart.LeftLeg
  1188. CharacterMesh98.OverlayTextureId = 130090169
  1189. CharacterMesh99.Name = "Admin Right Arm"
  1190. CharacterMesh99.Parent = Model78
  1191. CharacterMesh99.MeshId = 130092911
  1192. CharacterMesh99.BodyPart = Enum.BodyPart.RightArm
  1193. CharacterMesh99.OverlayTextureId = 130115267
  1194. Model100.Name = "computah"
  1195. Model100.Parent = Model0
  1196. Part101.Parent = Model100
  1197. Part101.Material = Enum.Material.Metal
  1198. Part101.BrickColor = BrickColor.new("Institutional white")
  1199. Part101.Anchored = true
  1200. Part101.Size = Vector3.new(4.75, 0.25, 3.25)
  1201. Part101.CFrame = CFrame.new(9.75632381, 2.7249999, -81.9686584, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1202. Part101.BottomSurface = Enum.SurfaceType.Smooth
  1203. Part101.TopSurface = Enum.SurfaceType.Smooth
  1204. Part101.Color = Color3.new(1, 1, 1)
  1205. Part101.Position = Vector3.new(9.75632381, 2.7249999, -81.9686584)
  1206. Part101.Color = Color3.new(1, 1, 1)
  1207. Decal102.Parent = Part101
  1208. Decal102.Texture = "http://www.roblox.com/asset/?id=384312889"
  1209. Decal102.Face = Enum.NormalId.Top
  1210. Part103.Parent = Model100
  1211. Part103.Material = Enum.Material.Metal
  1212. Part103.BrickColor = BrickColor.new("Pearl")
  1213. Part103.Anchored = true
  1214. Part103.Size = Vector3.new(4.75, 3, 0.25)
  1215. Part103.CFrame = CFrame.new(9.75632, 4.3499999, -80.2186508, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1216. Part103.BottomSurface = Enum.SurfaceType.Smooth
  1217. Part103.TopSurface = Enum.SurfaceType.Smooth
  1218. Part103.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1219. Part103.Position = Vector3.new(9.75632, 4.3499999, -80.2186508)
  1220. Part103.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1221. Part104.Parent = Model100
  1222. Part104.Material = Enum.Material.Neon
  1223. Part104.BrickColor = BrickColor.new("Institutional white")
  1224. Part104.Anchored = true
  1225. Part104.Size = Vector3.new(4.25, 2.5, 0.25)
  1226. Part104.CFrame = CFrame.new(9.75631809, 4.3499999, -80.2236557, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1227. Part104.BottomSurface = Enum.SurfaceType.Smooth
  1228. Part104.TopSurface = Enum.SurfaceType.Smooth
  1229. Part104.Color = Color3.new(1, 1, 1)
  1230. Part104.Position = Vector3.new(9.75631809, 4.3499999, -80.2236557)
  1231. Part104.Color = Color3.new(1, 1, 1)
  1232. Decal105.Parent = Part104
  1233. Decal105.Texture = "http://www.roblox.com/asset/?id=916259805"
  1234. Model106.Name = "Pizza Worker"
  1235. Model106.Parent = Model0
  1236. BodyColors107.Parent = Model106
  1237. BodyColors107.HeadColor = BrickColor.new("Light orange")
  1238. BodyColors107.LeftArmColor = BrickColor.new("Light orange")
  1239. BodyColors107.LeftLegColor = BrickColor.new("Medium stone grey")
  1240. BodyColors107.RightArmColor = BrickColor.new("Br. yellowish orange")
  1241. BodyColors107.RightLegColor = BrickColor.new("Medium stone grey")
  1242. BodyColors107.TorsoColor = BrickColor.new("Bright red")
  1243. ShirtGraphic108.Parent = Model106
  1244. ShirtGraphic108.Graphic = "http://www.roblox.com/asset/?id=1811898"
  1245. CharacterMesh109.Name = "Admin Torso"
  1246. CharacterMesh109.Parent = Model106
  1247. CharacterMesh109.MeshId = 130092883
  1248. CharacterMesh109.BodyPart = Enum.BodyPart.Torso
  1249. CharacterMesh109.OverlayTextureId = 130115267
  1250. CharacterMesh110.Name = "Admin Right Leg"
  1251. CharacterMesh110.Parent = Model106
  1252. CharacterMesh110.MeshId = 130090868
  1253. CharacterMesh110.BodyPart = Enum.BodyPart.RightLeg
  1254. CharacterMesh110.OverlayTextureId = 130090169
  1255. Humanoid111.Parent = Model106
  1256. Humanoid111.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1257. Humanoid111.RightLeg = Part118
  1258. Humanoid111.LeftLeg = Part116
  1259. Humanoid111.Torso = Part119
  1260. Humanoid111.Health = 0
  1261. Humanoid111.MaxHealth = 0
  1262. Part112.Name = "Head"
  1263. Part112.Parent = Model106
  1264. Part112.BrickColor = BrickColor.new("Cool yellow")
  1265. Part112.Rotation = Vector3.new(-180, -80, -180)
  1266. Part112.Anchored = true
  1267. Part112.FormFactor = Enum.FormFactor.Symmetric
  1268. Part112.Size = Vector3.new(2, 1, 1)
  1269. Part112.CFrame = CFrame.new(-24.5402126, 4.37017918, -84.2694168, -0.173647001, 0, -0.984807968, 0, 1, 0, 0.984807968, 0, -0.173647001)
  1270. Part112.TopSurface = Enum.SurfaceType.Smooth
  1271. Part112.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1272. Part112.Position = Vector3.new(-24.5402126, 4.37017918, -84.2694168)
  1273. Part112.Orientation = Vector3.new(0, -100, 0)
  1274. Part112.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1275. SpecialMesh113.Parent = Part112
  1276. SpecialMesh113.Scale = Vector3.new(1.25, 1.25, 1.25)
  1277. SpecialMesh113.Scale = Vector3.new(1.25, 1.25, 1.25)
  1278. Decal114.Name = "face"
  1279. Decal114.Parent = Part112
  1280. Decal114.Texture = "http://www.roblox.com/asset/?id=12451696"
  1281. Part115.Name = "Left Arm"
  1282. Part115.Parent = Model106
  1283. Part115.BrickColor = BrickColor.new("Cool yellow")
  1284. Part115.Rotation = Vector3.new(100, 0, -180)
  1285. Part115.Anchored = true
  1286. Part115.FormFactor = Enum.FormFactor.Symmetric
  1287. Part115.Size = Vector3.new(1, 2, 1)
  1288. Part115.CFrame = CFrame.new(-23.0402107, 3.23235726, -83.4440079, -1, 0, 0, 0, 0.173647001, -0.984807968, 0, -0.984807968, -0.173647001)
  1289. Part115.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1290. Part115.Position = Vector3.new(-23.0402107, 3.23235726, -83.4440079)
  1291. Part115.Orientation = Vector3.new(80, 180, 0)
  1292. Part115.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1293. Part116.Name = "Left Leg"
  1294. Part116.Parent = Model106
  1295. Part116.BrickColor = BrickColor.new("Bright blue")
  1296. Part116.Rotation = Vector3.new(180, 0, 180)
  1297. Part116.Anchored = true
  1298. Part116.FormFactor = Enum.FormFactor.Symmetric
  1299. Part116.Size = Vector3.new(1, 2, 1)
  1300. Part116.CFrame = CFrame.new(-24.0402126, 0.870185971, -84.2694168, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  1301. Part116.BottomSurface = Enum.SurfaceType.Smooth
  1302. Part116.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1303. Part116.Position = Vector3.new(-24.0402126, 0.870185971, -84.2694168)
  1304. Part116.Orientation = Vector3.new(0, -180, 0)
  1305. Part116.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1306. Part117.Name = "Right Arm"
  1307. Part117.Parent = Model106
  1308. Part117.BrickColor = BrickColor.new("Cool yellow")
  1309. Part117.Rotation = Vector3.new(85, 0, -160)
  1310. Part117.Anchored = true
  1311. Part117.FormFactor = Enum.FormFactor.Symmetric
  1312. Part117.Size = Vector3.new(1, 2, 1)
  1313. Part117.CFrame = CFrame.new(-26.2967281, 3.42970943, -83.6109085, -0.939692855, 0.342019409, -1.03098625e-06, -0.029807996, -0.081900008, -0.99619478, -0.340717971, -0.936117053, 0.0871557742)
  1314. Part117.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1315. Part117.Position = Vector3.new(-26.2967281, 3.42970943, -83.6109085)
  1316. Part117.Orientation = Vector3.new(85, 0, -160)
  1317. Part117.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1318. Part118.Name = "Right Leg"
  1319. Part118.Parent = Model106
  1320. Part118.BrickColor = BrickColor.new("Bright blue")
  1321. Part118.Rotation = Vector3.new(-180, 0, -180)
  1322. Part118.Anchored = true
  1323. Part118.FormFactor = Enum.FormFactor.Symmetric
  1324. Part118.Size = Vector3.new(1, 2, 1)
  1325. Part118.CFrame = CFrame.new(-25.0402126, 0.870185971, -84.2694168, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1326. Part118.BottomSurface = Enum.SurfaceType.Smooth
  1327. Part118.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1328. Part118.Position = Vector3.new(-25.0402126, 0.870185971, -84.2694168)
  1329. Part118.Orientation = Vector3.new(0, 180, 0)
  1330. Part118.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1331. Part119.Name = "Torso"
  1332. Part119.Parent = Model106
  1333. Part119.BrickColor = BrickColor.new("Dark green")
  1334. Part119.Rotation = Vector3.new(180, 0, 180)
  1335. Part119.Anchored = true
  1336. Part119.FormFactor = Enum.FormFactor.Symmetric
  1337. Part119.Size = Vector3.new(2, 2, 1)
  1338. Part119.CFrame = CFrame.new(-24.5402126, 2.87018681, -84.2694168, -1.00000048, -2.5243549e-29, -2.24207754e-44, 2.5243549e-29, 1, -5.04870979e-29, -2.24207754e-44, 5.04870979e-29, -1.00000048)
  1339. Part119.LeftSurface = Enum.SurfaceType.Weld
  1340. Part119.RightSurface = Enum.SurfaceType.Weld
  1341. Part119.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1342. Part119.Position = Vector3.new(-24.5402126, 2.87018681, -84.2694168)
  1343. Part119.Orientation = Vector3.new(0, -180, 0)
  1344. Part119.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1345. Decal120.Name = "roblox"
  1346. Decal120.Parent = Part119
  1347. Motor6D121.Name = "Left Hip"
  1348. Motor6D121.Parent = Part119
  1349. Motor6D121.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1350. Motor6D121.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1351. Motor6D121.Part0 = Part119
  1352. Motor6D121.Part1 = Part116
  1353. Motor6D121.DesiredAngle = 0.037873461842537
  1354. Motor6D121.MaxVelocity = 0.10000000149012
  1355. Weld122.Parent = Part119
  1356. Weld122.C0 = CFrame.new(0, 1.49999237, 0, 0.173647091, 2.5243549e-29, 0.984808445, 5.4103561e-29, 1, 1.60931158e-29, -0.984808445, -5.04870979e-29, 0.173647091)
  1357. Weld122.Part0 = Part119
  1358. Weld122.Part1 = Part112
  1359. Weld123.Parent = Part119
  1360. Weld123.C0 = CFrame.new(-1.50000191, 0.362170458, -0.825408936, 1.00000048, 4.38346658e-30, -2.48600482e-29, 2.5243549e-29, 0.173647001, -0.984807968, 2.24207754e-44, 0.984808445, 0.173647091)
  1361. Weld123.Part0 = Part119
  1362. Weld123.Part1 = Part115
  1363. Weld124.Parent = Part119
  1364. Weld124.C0 = CFrame.new(1.75651741, 0.559522629, -0.658508301, 0.939693332, -0.342019558, 1.03098671e-06, -0.029807996, -0.081900008, -0.99619478, 0.34071812, 0.93611747, -0.0871558189)
  1365. Weld124.Part0 = Part119
  1366. Weld124.Part1 = Part117
  1367. CharacterMesh125.Name = "Admin Left Arm"
  1368. CharacterMesh125.Parent = Model106
  1369. CharacterMesh125.MeshId = 130092904
  1370. CharacterMesh125.BodyPart = Enum.BodyPart.LeftArm
  1371. CharacterMesh125.OverlayTextureId = 130115267
  1372. CharacterMesh126.Name = "Admin Left Leg"
  1373. CharacterMesh126.Parent = Model106
  1374. CharacterMesh126.MeshId = 130090846
  1375. CharacterMesh126.BodyPart = Enum.BodyPart.LeftLeg
  1376. CharacterMesh126.OverlayTextureId = 130090169
  1377. CharacterMesh127.Name = "Admin Right Arm"
  1378. CharacterMesh127.Parent = Model106
  1379. CharacterMesh127.MeshId = 130092911
  1380. CharacterMesh127.BodyPart = Enum.BodyPart.RightArm
  1381. CharacterMesh127.OverlayTextureId = 130115267
  1382. Model128.Name = "computah"
  1383. Model128.Parent = Model0
  1384. Part129.Parent = Model128
  1385. Part129.Material = Enum.Material.Metal
  1386. Part129.BrickColor = BrickColor.new("Institutional white")
  1387. Part129.Rotation = Vector3.new(0, -15, 0)
  1388. Part129.Anchored = true
  1389. Part129.Size = Vector3.new(4.75, 0.25, 3.25)
  1390. Part129.CFrame = CFrame.new(20.8227539, 2.7249999, -81.9732208, 0.965925872, 0, -0.258818984, 0, 1, 0, 0.258818984, 0, 0.965925872)
  1391. Part129.BottomSurface = Enum.SurfaceType.Smooth
  1392. Part129.TopSurface = Enum.SurfaceType.Smooth
  1393. Part129.Color = Color3.new(1, 1, 1)
  1394. Part129.Position = Vector3.new(20.8227539, 2.7249999, -81.9732208)
  1395. Part129.Orientation = Vector3.new(0, -15, 0)
  1396. Part129.Color = Color3.new(1, 1, 1)
  1397. Decal130.Parent = Part129
  1398. Decal130.Texture = "http://www.roblox.com/asset/?id=384312889"
  1399. Decal130.Face = Enum.NormalId.Top
  1400. Part131.Parent = Model128
  1401. Part131.Material = Enum.Material.Metal
  1402. Part131.BrickColor = BrickColor.new("Pearl")
  1403. Part131.Rotation = Vector3.new(0, -15, 0)
  1404. Part131.Anchored = true
  1405. Part131.Size = Vector3.new(4.75, 3, 0.25)
  1406. Part131.CFrame = CFrame.new(20.3698158, 4.3499999, -80.2828522, 0.965925872, 0, -0.258818984, 0, 1, 0, 0.258818984, 0, 0.965925872)
  1407. Part131.BottomSurface = Enum.SurfaceType.Smooth
  1408. Part131.TopSurface = Enum.SurfaceType.Smooth
  1409. Part131.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1410. Part131.Position = Vector3.new(20.3698158, 4.3499999, -80.2828522)
  1411. Part131.Orientation = Vector3.new(0, -15, 0)
  1412. Part131.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1413. Part132.Parent = Model128
  1414. Part132.Material = Enum.Material.Neon
  1415. Part132.BrickColor = BrickColor.new("Institutional white")
  1416. Part132.Rotation = Vector3.new(0, -15, 0)
  1417. Part132.Anchored = true
  1418. Part132.Size = Vector3.new(4.25, 2.5, 0.25)
  1419. Part132.CFrame = CFrame.new(20.3711052, 4.3499999, -80.2876816, 0.965925872, 0, -0.258818984, 0, 1, 0, 0.258818984, 0, 0.965925872)
  1420. Part132.BottomSurface = Enum.SurfaceType.Smooth
  1421. Part132.TopSurface = Enum.SurfaceType.Smooth
  1422. Part132.Color = Color3.new(1, 1, 1)
  1423. Part132.Position = Vector3.new(20.3711052, 4.3499999, -80.2876816)
  1424. Part132.Orientation = Vector3.new(0, -15, 0)
  1425. Part132.Color = Color3.new(1, 1, 1)
  1426. Decal133.Parent = Part132
  1427. Decal133.Texture = "http://www.roblox.com/asset/?id=856368869"
  1428. Model134.Name = "computah"
  1429. Model134.Parent = Model0
  1430. Part135.Parent = Model134
  1431. Part135.Material = Enum.Material.Metal
  1432. Part135.BrickColor = BrickColor.new("Institutional white")
  1433. Part135.Rotation = Vector3.new(0, -5, 0)
  1434. Part135.Anchored = true
  1435. Part135.Size = Vector3.new(4.75, 0.25, 3.25)
  1436. Part135.CFrame = CFrame.new(-13.5487328, 2.7249999, -81.621666, 0.996194661, 0, -0.087155968, 0, 1, 0, 0.087155968, 0, 0.996194661)
  1437. Part135.BottomSurface = Enum.SurfaceType.Smooth
  1438. Part135.TopSurface = Enum.SurfaceType.Smooth
  1439. Part135.Color = Color3.new(1, 1, 1)
  1440. Part135.Position = Vector3.new(-13.5487328, 2.7249999, -81.621666)
  1441. Part135.Orientation = Vector3.new(0, -5, 0)
  1442. Part135.Color = Color3.new(1, 1, 1)
  1443. Decal136.Parent = Part135
  1444. Decal136.Texture = "http://www.roblox.com/asset/?id=384312889"
  1445. Decal136.Face = Enum.NormalId.Top
  1446. Part137.Parent = Model134
  1447. Part137.Material = Enum.Material.Metal
  1448. Part137.BrickColor = BrickColor.new("Pearl")
  1449. Part137.Rotation = Vector3.new(0, -5, 0)
  1450. Part137.Anchored = true
  1451. Part137.Size = Vector3.new(4.75, 3, 0.25)
  1452. Part137.CFrame = CFrame.new(-13.7012596, 4.3499999, -79.8783188, 0.996194661, 0, -0.087155968, 0, 1, 0, 0.087155968, 0, 0.996194661)
  1453. Part137.BottomSurface = Enum.SurfaceType.Smooth
  1454. Part137.TopSurface = Enum.SurfaceType.Smooth
  1455. Part137.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1456. Part137.Position = Vector3.new(-13.7012596, 4.3499999, -79.8783188)
  1457. Part137.Orientation = Vector3.new(0, -5, 0)
  1458. Part137.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1459. Part138.Parent = Model134
  1460. Part138.Material = Enum.Material.Neon
  1461. Part138.BrickColor = BrickColor.new("Institutional white")
  1462. Part138.Rotation = Vector3.new(0, -5, 0)
  1463. Part138.Anchored = true
  1464. Part138.Size = Vector3.new(4.25, 2.5, 0.25)
  1465. Part138.CFrame = CFrame.new(-13.7008247, 4.3499999, -79.8833084, 0.996194661, 0, -0.087155968, 0, 1, 0, 0.087155968, 0, 0.996194661)
  1466. Part138.BottomSurface = Enum.SurfaceType.Smooth
  1467. Part138.TopSurface = Enum.SurfaceType.Smooth
  1468. Part138.Color = Color3.new(1, 1, 1)
  1469. Part138.Position = Vector3.new(-13.7008247, 4.3499999, -79.8833084)
  1470. Part138.Orientation = Vector3.new(0, -5, 0)
  1471. Part138.Color = Color3.new(1, 1, 1)
  1472. Decal139.Parent = Part138
  1473. Decal139.Texture = "http://www.roblox.com/asset/?id=849668179"
  1474. Model140.Name = "computah"
  1475. Model140.Parent = Model0
  1476. Part141.Parent = Model140
  1477. Part141.Material = Enum.Material.Metal
  1478. Part141.BrickColor = BrickColor.new("Institutional white")
  1479. Part141.Rotation = Vector3.new(0, 5, 0)
  1480. Part141.Anchored = true
  1481. Part141.Size = Vector3.new(4.75, 0.25, 3.25)
  1482. Part141.CFrame = CFrame.new(-1.27998102, 2.7249999, -81.5501938, 0.996194661, 0, 0.087155968, 0, 1, 0, -0.087155968, 0, 0.996194661)
  1483. Part141.BottomSurface = Enum.SurfaceType.Smooth
  1484. Part141.TopSurface = Enum.SurfaceType.Smooth
  1485. Part141.Color = Color3.new(1, 1, 1)
  1486. Part141.Position = Vector3.new(-1.27998102, 2.7249999, -81.5501938)
  1487. Part141.Orientation = Vector3.new(0, 5, 0)
  1488. Part141.Color = Color3.new(1, 1, 1)
  1489. Decal142.Parent = Part141
  1490. Decal142.Texture = "http://www.roblox.com/asset/?id=384312889"
  1491. Decal142.Face = Enum.NormalId.Top
  1492. Part143.Parent = Model140
  1493. Part143.Material = Enum.Material.Metal
  1494. Part143.BrickColor = BrickColor.new("Pearl")
  1495. Part143.Rotation = Vector3.new(0, 5, 0)
  1496. Part143.Anchored = true
  1497. Part143.Size = Vector3.new(4.75, 3, 0.25)
  1498. Part143.CFrame = CFrame.new(-1.12746298, 4.3499999, -79.806839, 0.996194661, 0, 0.087155968, 0, 1, 0, -0.087155968, 0, 0.996194661)
  1499. Part143.BottomSurface = Enum.SurfaceType.Smooth
  1500. Part143.TopSurface = Enum.SurfaceType.Smooth
  1501. Part143.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1502. Part143.Position = Vector3.new(-1.12746298, 4.3499999, -79.806839)
  1503. Part143.Orientation = Vector3.new(0, 5, 0)
  1504. Part143.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1505. Part144.Parent = Model140
  1506. Part144.Material = Enum.Material.Neon
  1507. Part144.BrickColor = BrickColor.new("Institutional white")
  1508. Part144.Rotation = Vector3.new(0, 5, 0)
  1509. Part144.Anchored = true
  1510. Part144.Size = Vector3.new(4.25, 2.5, 0.25)
  1511. Part144.CFrame = CFrame.new(-1.12790096, 4.3499999, -79.8118362, 0.996194661, 0, 0.087155968, 0, 1, 0, -0.087155968, 0, 0.996194661)
  1512. Part144.BottomSurface = Enum.SurfaceType.Smooth
  1513. Part144.TopSurface = Enum.SurfaceType.Smooth
  1514. Part144.Color = Color3.new(1, 1, 1)
  1515. Part144.Position = Vector3.new(-1.12790096, 4.3499999, -79.8118362)
  1516. Part144.Orientation = Vector3.new(0, 5, 0)
  1517. Part144.Color = Color3.new(1, 1, 1)
  1518. Decal145.Parent = Part144
  1519. Decal145.Texture = "http://www.roblox.com/asset/?id=1159595279"
  1520. Model146.Name = "Pizzas"
  1521. Model146.Parent = Model0
  1522. Part147.Parent = Model146
  1523. Part147.Material = Enum.Material.Wood
  1524. Part147.BrickColor = BrickColor.new("Really red")
  1525. Part147.Transparency = 1
  1526. Part147.Anchored = true
  1527. Part147.Size = Vector3.new(4, 0.25, 4)
  1528. Part147.CFrame = CFrame.new(16, 2.4749999, -81.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1529. Part147.BottomSurface = Enum.SurfaceType.Smooth
  1530. Part147.TopSurface = Enum.SurfaceType.Smooth
  1531. Part147.Color = Color3.new(1, 0, 0)
  1532. Part147.Position = Vector3.new(16, 2.4749999, -81.5)
  1533. Part147.Color = Color3.new(1, 0, 0)
  1534. Decal148.Parent = Part147
  1535. Decal148.Texture = "http://www.roblox.com/asset/?id=576029852"
  1536. Decal148.Face = Enum.NormalId.Top
  1537. Part149.Parent = Model146
  1538. Part149.Material = Enum.Material.Wood
  1539. Part149.BrickColor = BrickColor.new("Really red")
  1540. Part149.Transparency = 1
  1541. Part149.Anchored = true
  1542. Part149.Size = Vector3.new(4, 0.25, 4)
  1543. Part149.CFrame = CFrame.new(4.25, 2.4749999, -81.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1544. Part149.BottomSurface = Enum.SurfaceType.Smooth
  1545. Part149.TopSurface = Enum.SurfaceType.Smooth
  1546. Part149.Color = Color3.new(1, 0, 0)
  1547. Part149.Position = Vector3.new(4.25, 2.4749999, -81.5)
  1548. Part149.Color = Color3.new(1, 0, 0)
  1549. Decal150.Parent = Part149
  1550. Decal150.Texture = "http://www.roblox.com/asset/?id=576029852"
  1551. Decal150.Face = Enum.NormalId.Top
  1552. Part151.Parent = Model146
  1553. Part151.Material = Enum.Material.Wood
  1554. Part151.BrickColor = BrickColor.new("Really red")
  1555. Part151.Transparency = 1
  1556. Part151.Rotation = Vector3.new(0, 25, 0)
  1557. Part151.Anchored = true
  1558. Part151.Size = Vector3.new(4, 0.25, 4)
  1559. Part151.CFrame = CFrame.new(-7.25, 2.4749999, -81.5, 0.906307876, 0, 0.422617942, 0, 1, 0, -0.422617942, 0, 0.906307876)
  1560. Part151.BottomSurface = Enum.SurfaceType.Smooth
  1561. Part151.TopSurface = Enum.SurfaceType.Smooth
  1562. Part151.Color = Color3.new(1, 0, 0)
  1563. Part151.Position = Vector3.new(-7.25, 2.4749999, -81.5)
  1564. Part151.Orientation = Vector3.new(0, 25, 0)
  1565. Part151.Color = Color3.new(1, 0, 0)
  1566. Decal152.Parent = Part151
  1567. Decal152.Texture = "http://www.roblox.com/asset/?id=576029852"
  1568. Decal152.Face = Enum.NormalId.Top
  1569. Part153.Parent = Model146
  1570. Part153.Material = Enum.Material.Wood
  1571. Part153.BrickColor = BrickColor.new("Really red")
  1572. Part153.Transparency = 1
  1573. Part153.Rotation = Vector3.new(0, 85, 0)
  1574. Part153.Anchored = true
  1575. Part153.Size = Vector3.new(4, 0.25, 4)
  1576. Part153.CFrame = CFrame.new(-19.7856274, 2.4749999, -81.1714478, 0.087155968, 0, 0.996194661, 0, 1, 0, -0.996194661, 0, 0.087155968)
  1577. Part153.BottomSurface = Enum.SurfaceType.Smooth
  1578. Part153.TopSurface = Enum.SurfaceType.Smooth
  1579. Part153.Color = Color3.new(1, 0, 0)
  1580. Part153.Position = Vector3.new(-19.7856274, 2.4749999, -81.1714478)
  1581. Part153.Orientation = Vector3.new(0, 85, 0)
  1582. Part153.Color = Color3.new(1, 0, 0)
  1583. Decal154.Parent = Part153
  1584. Decal154.Texture = "http://www.roblox.com/asset/?id=576029852"
  1585. Decal154.Face = Enum.NormalId.Top
  1586. Part155.Parent = Model146
  1587. Part155.Material = Enum.Material.Wood
  1588. Part155.BrickColor = BrickColor.new("Really red")
  1589. Part155.Transparency = 1
  1590. Part155.Rotation = Vector3.new(0, 80, 0)
  1591. Part155.Anchored = true
  1592. Part155.Size = Vector3.new(4, 0.25, 4)
  1593. Part155.CFrame = CFrame.new(-30.6683674, 2.4749999, -81.1235733, 0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, 0.173647985)
  1594. Part155.BottomSurface = Enum.SurfaceType.Smooth
  1595. Part155.TopSurface = Enum.SurfaceType.Smooth
  1596. Part155.Color = Color3.new(1, 0, 0)
  1597. Part155.Position = Vector3.new(-30.6683674, 2.4749999, -81.1235733)
  1598. Part155.Orientation = Vector3.new(0, 80, 0)
  1599. Part155.Color = Color3.new(1, 0, 0)
  1600. Decal156.Parent = Part155
  1601. Decal156.Texture = "http://www.roblox.com/asset/?id=576029852"
  1602. Decal156.Face = Enum.NormalId.Top
  1603. Part157.Parent = Model0
  1604. Part157.Material = Enum.Material.Brick
  1605. Part157.BrickColor = BrickColor.new("Crimson")
  1606. Part157.Anchored = true
  1607. Part157.Size = Vector3.new(7, 8, 2)
  1608. Part157.CFrame = CFrame.new(-2.5, 14, -32, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1609. Part157.BottomSurface = Enum.SurfaceType.Smooth
  1610. Part157.TopSurface = Enum.SurfaceType.Smooth
  1611. Part157.Color = Color3.new(0.592157, 0, 0)
  1612. Part157.Position = Vector3.new(-2.5, 14, -32)
  1613. Part157.Color = Color3.new(0.592157, 0, 0)
  1614. Part158.Parent = Model0
  1615. Part158.Material = Enum.Material.Brick
  1616. Part158.BrickColor = BrickColor.new("Crimson")
  1617. Part158.Anchored = true
  1618. Part158.Size = Vector3.new(28, 18, 2)
  1619. Part158.CFrame = CFrame.new(-20, 9, -32, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1620. Part158.BottomSurface = Enum.SurfaceType.Smooth
  1621. Part158.TopSurface = Enum.SurfaceType.Smooth
  1622. Part158.Color = Color3.new(0.592157, 0, 0)
  1623. Part158.Position = Vector3.new(-20, 9, -32)
  1624. Part158.Color = Color3.new(0.592157, 0, 0)
  1625. Part159.Parent = Model0
  1626. Part159.Material = Enum.Material.Wood
  1627. Part159.BrickColor = BrickColor.new("Burnt Sienna")
  1628. Part159.Anchored = true
  1629. Part159.Size = Vector3.new(63, 0.0999999717, 63)
  1630. Part159.CFrame = CFrame.new(-2.5, 0.049999997, -64.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1631. Part159.BottomSurface = Enum.SurfaceType.Smooth
  1632. Part159.TopSurface = Enum.SurfaceType.Smooth
  1633. Part159.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1634. Part159.Position = Vector3.new(-2.5, 0.049999997, -64.5)
  1635. Part159.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1636. Part160.Parent = Model0
  1637. Part160.Material = Enum.Material.Brick
  1638. Part160.BrickColor = BrickColor.new("Crimson")
  1639. Part160.Rotation = Vector3.new(0, -90, 0)
  1640. Part160.Anchored = true
  1641. Part160.Size = Vector3.new(66.5, 18, 2)
  1642. Part160.CFrame = CFrame.new(30, 9, -64.25, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1643. Part160.BottomSurface = Enum.SurfaceType.Smooth
  1644. Part160.TopSurface = Enum.SurfaceType.Smooth
  1645. Part160.Color = Color3.new(0.592157, 0, 0)
  1646. Part160.Position = Vector3.new(30, 9, -64.25)
  1647. Part160.Orientation = Vector3.new(0, -90, 0)
  1648. Part160.Color = Color3.new(0.592157, 0, 0)
  1649. Part161.Parent = Model0
  1650. Part161.Material = Enum.Material.Neon
  1651. Part161.BrickColor = BrickColor.new("New Yeller")
  1652. Part161.Anchored = true
  1653. Part161.Size = Vector3.new(5, 1, 5.25)
  1654. Part161.CFrame = CFrame.new(-1.75, 17.5, -65.375, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1655. Part161.BottomSurface = Enum.SurfaceType.Smooth
  1656. Part161.TopSurface = Enum.SurfaceType.Smooth
  1657. Part161.Color = Color3.new(1, 0.937255, 0.054902)
  1658. Part161.Position = Vector3.new(-1.75, 17.5, -65.375)
  1659. Part161.Color = Color3.new(1, 0.937255, 0.054902)
  1660. PointLight162.Parent = Part161
  1661. PointLight162.Brightness = 2.4700000286102
  1662. PointLight162.Range = 51
  1663. Part163.Parent = Model0
  1664. Part163.Material = Enum.Material.Brick
  1665. Part163.BrickColor = BrickColor.new("Crimson")
  1666. Part163.Rotation = Vector3.new(-180, 0, -180)
  1667. Part163.Anchored = true
  1668. Part163.Size = Vector3.new(63.25, 18, 2)
  1669. Part163.CFrame = CFrame.new(-2.375, 9, -96.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1670. Part163.BottomSurface = Enum.SurfaceType.Smooth
  1671. Part163.TopSurface = Enum.SurfaceType.Smooth
  1672. Part163.Color = Color3.new(0.592157, 0, 0)
  1673. Part163.Position = Vector3.new(-2.375, 9, -96.5)
  1674. Part163.Orientation = Vector3.new(0, 180, 0)
  1675. Part163.Color = Color3.new(0.592157, 0, 0)
  1676. Part164.Parent = Model0
  1677. Part164.Material = Enum.Material.Brick
  1678. Part164.BrickColor = BrickColor.new("Crimson")
  1679. Part164.Rotation = Vector3.new(0, -90, 0)
  1680. Part164.Anchored = true
  1681. Part164.Size = Vector3.new(66.5, 18, 2)
  1682. Part164.CFrame = CFrame.new(-35, 9, -64.25, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1683. Part164.BottomSurface = Enum.SurfaceType.Smooth
  1684. Part164.TopSurface = Enum.SurfaceType.Smooth
  1685. Part164.Color = Color3.new(0.592157, 0, 0)
  1686. Part164.Position = Vector3.new(-35, 9, -64.25)
  1687. Part164.Orientation = Vector3.new(0, -90, 0)
  1688. Part164.Color = Color3.new(0.592157, 0, 0)
  1689. Part165.Parent = Model0
  1690. Part165.Material = Enum.Material.Brick
  1691. Part165.BrickColor = BrickColor.new("Crimson")
  1692. Part165.Anchored = true
  1693. Part165.Size = Vector3.new(28, 18, 2)
  1694. Part165.CFrame = CFrame.new(15, 9, -32, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1695. Part165.BottomSurface = Enum.SurfaceType.Smooth
  1696. Part165.TopSurface = Enum.SurfaceType.Smooth
  1697. Part165.Color = Color3.new(0.592157, 0, 0)
  1698. Part165.Position = Vector3.new(15, 9, -32)
  1699. Part165.Color = Color3.new(0.592157, 0, 0)
  1700. Part166.Parent = Model0
  1701. Part166.Material = Enum.Material.Wood
  1702. Part166.BrickColor = BrickColor.new("Burnt Sienna")
  1703. Part166.Anchored = true
  1704. Part166.Size = Vector3.new(18.75, 15.3500004, 0.25)
  1705. Part166.CFrame = CFrame.new(-2.625, 29.2749996, -31.1299992, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1706. Part166.BottomSurface = Enum.SurfaceType.Smooth
  1707. Part166.TopSurface = Enum.SurfaceType.Smooth
  1708. Part166.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1709. Part166.Position = Vector3.new(-2.625, 29.2749996, -31.1299992)
  1710. Part166.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1711. Decal167.Parent = Part166
  1712. Decal167.Texture = "http://www.roblox.com/asset/?id=183907371"
  1713. Decal167.Face = Enum.NormalId.Back
  1714. Part168.Parent = Model0
  1715. Part168.Material = Enum.Material.Metal
  1716. Part168.BrickColor = BrickColor.new("Really red")
  1717. Part168.Anchored = true
  1718. Part168.Size = Vector3.new(63.25, 2.5, 5.5)
  1719. Part168.CFrame = CFrame.new(-2.625, 1.3499999, -81.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1720. Part168.BottomSurface = Enum.SurfaceType.Smooth
  1721. Part168.TopSurface = Enum.SurfaceType.Smooth
  1722. Part168.Color = Color3.new(1, 0, 0)
  1723. Part168.Position = Vector3.new(-2.625, 1.3499999, -81.25)
  1724. Part168.Color = Color3.new(1, 0, 0)
  1725. Part169.Parent = Model0
  1726. Part169.Material = Enum.Material.Wood
  1727. Part169.BrickColor = BrickColor.new("Burnt Sienna")
  1728. Part169.Anchored = true
  1729. Part169.Size = Vector3.new(67, 3.60000038, 66.5)
  1730. Part169.CFrame = CFrame.new(-2.5, 19.7999992, -64.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1731. Part169.BottomSurface = Enum.SurfaceType.Smooth
  1732. Part169.TopSurface = Enum.SurfaceType.Smooth
  1733. Part169.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1734. Part169.Position = Vector3.new(-2.5, 19.7999992, -64.25)
  1735. Part169.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1736. Part170.Parent = Model0
  1737. Part170.Material = Enum.Material.Fabric
  1738. Part170.BrickColor = BrickColor.new("Really red")
  1739. Part170.Anchored = true
  1740. Part170.Size = Vector3.new(18.9000053, 0.299999982, 45.4500046)
  1741. Part170.CFrame = CFrame.new(-2.45000005, 0.149999991, -55.7249985, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1742. Part170.BottomSurface = Enum.SurfaceType.Smooth
  1743. Part170.TopSurface = Enum.SurfaceType.Smooth
  1744. Part170.Color = Color3.new(1, 0, 0)
  1745. Part170.Position = Vector3.new(-2.45000005, 0.149999991, -55.7249985)
  1746. Part170.Color = Color3.new(1, 0, 0)
  1747. Model171.Name = "seetz etc"
  1748. Model171.Parent = Model0
  1749. Model172.Name = "seet"
  1750. Model172.Parent = Model171
  1751. Part173.Parent = Model172
  1752. Part173.Material = Enum.Material.Wood
  1753. Part173.BrickColor = BrickColor.new("Medium red")
  1754. Part173.Anchored = true
  1755. Part173.Size = Vector3.new(2.25, 3, 0.75)
  1756. Part173.CFrame = CFrame.new(17.625, 3.5999999, -58.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1757. Part173.BottomSurface = Enum.SurfaceType.Smooth
  1758. Part173.TopSurface = Enum.SurfaceType.Smooth
  1759. Part173.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1760. Part173.Position = Vector3.new(17.625, 3.5999999, -58.875)
  1761. Part173.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1762. Part174.Parent = Model172
  1763. Part174.Material = Enum.Material.Wood
  1764. Part174.BrickColor = BrickColor.new("Medium red")
  1765. Part174.Anchored = true
  1766. Part174.Size = Vector3.new(0.5, 0.75, 0.5)
  1767. Part174.CFrame = CFrame.new(16.75, 0.474999905, -58.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1768. Part174.BottomSurface = Enum.SurfaceType.Smooth
  1769. Part174.TopSurface = Enum.SurfaceType.Smooth
  1770. Part174.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1771. Part174.Position = Vector3.new(16.75, 0.474999905, -58.75)
  1772. Part174.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1773. Part175.Parent = Model172
  1774. Part175.Material = Enum.Material.Wood
  1775. Part175.BrickColor = BrickColor.new("Medium red")
  1776. Part175.Anchored = true
  1777. Part175.Size = Vector3.new(0.5, 0.75, 0.5)
  1778. Part175.CFrame = CFrame.new(16.75, 0.474999905, -61, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1779. Part175.BottomSurface = Enum.SurfaceType.Smooth
  1780. Part175.TopSurface = Enum.SurfaceType.Smooth
  1781. Part175.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1782. Part175.Position = Vector3.new(16.75, 0.474999905, -61)
  1783. Part175.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1784. Part176.Parent = Model172
  1785. Part176.Material = Enum.Material.Wood
  1786. Part176.BrickColor = BrickColor.new("Medium red")
  1787. Part176.Anchored = true
  1788. Part176.Size = Vector3.new(0.5, 0.75, 0.5)
  1789. Part176.CFrame = CFrame.new(18.5, 0.469999999, -61, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1790. Part176.BottomSurface = Enum.SurfaceType.Smooth
  1791. Part176.TopSurface = Enum.SurfaceType.Smooth
  1792. Part176.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1793. Part176.Position = Vector3.new(18.5, 0.469999999, -61)
  1794. Part176.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1795. Part177.Parent = Model172
  1796. Part177.Material = Enum.Material.Wood
  1797. Part177.BrickColor = BrickColor.new("Medium red")
  1798. Part177.Anchored = true
  1799. Part177.Size = Vector3.new(0.5, 0.75, 0.5)
  1800. Part177.CFrame = CFrame.new(18.5, 0.469999999, -58.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1801. Part177.BottomSurface = Enum.SurfaceType.Smooth
  1802. Part177.TopSurface = Enum.SurfaceType.Smooth
  1803. Part177.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1804. Part177.Position = Vector3.new(18.5, 0.469999999, -58.75)
  1805. Part177.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1806. Seat178.Parent = Model172
  1807. Seat178.Material = Enum.Material.Wood
  1808. Seat178.BrickColor = BrickColor.new("Medium red")
  1809. Seat178.Anchored = true
  1810. Seat178.Size = Vector3.new(2.25, 1.25, 2.75)
  1811. Seat178.CFrame = CFrame.new(17.625, 1.4749999, -59.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1812. Seat178.BottomSurface = Enum.SurfaceType.Smooth
  1813. Seat178.TopSurface = Enum.SurfaceType.Smooth
  1814. Seat178.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1815. Seat178.Position = Vector3.new(17.625, 1.4749999, -59.875)
  1816. Seat178.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1817. Model179.Name = "seet"
  1818. Model179.Parent = Model171
  1819. Part180.Parent = Model179
  1820. Part180.Material = Enum.Material.Wood
  1821. Part180.BrickColor = BrickColor.new("Medium red")
  1822. Part180.Rotation = Vector3.new(-180, 0, -180)
  1823. Part180.Anchored = true
  1824. Part180.Size = Vector3.new(2.25, 3, 0.75)
  1825. Part180.CFrame = CFrame.new(17.6249428, 3.5999999, -68.3750229, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1826. Part180.BottomSurface = Enum.SurfaceType.Smooth
  1827. Part180.TopSurface = Enum.SurfaceType.Smooth
  1828. Part180.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1829. Part180.Position = Vector3.new(17.6249428, 3.5999999, -68.3750229)
  1830. Part180.Orientation = Vector3.new(0, 180, 0)
  1831. Part180.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1832. Part181.Parent = Model179
  1833. Part181.Material = Enum.Material.Wood
  1834. Part181.BrickColor = BrickColor.new("Medium red")
  1835. Part181.Rotation = Vector3.new(-180, 0, -180)
  1836. Part181.Anchored = true
  1837. Part181.Size = Vector3.new(0.5, 0.75, 0.5)
  1838. Part181.CFrame = CFrame.new(18.4999561, 0.474999994, -68.5000305, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1839. Part181.BottomSurface = Enum.SurfaceType.Smooth
  1840. Part181.TopSurface = Enum.SurfaceType.Smooth
  1841. Part181.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1842. Part181.Position = Vector3.new(18.4999561, 0.474999994, -68.5000305)
  1843. Part181.Orientation = Vector3.new(0, 180, 0)
  1844. Part181.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1845. Part182.Parent = Model179
  1846. Part182.Material = Enum.Material.Wood
  1847. Part182.BrickColor = BrickColor.new("Medium red")
  1848. Part182.Rotation = Vector3.new(-180, 0, -180)
  1849. Part182.Anchored = true
  1850. Part182.Size = Vector3.new(0.5, 0.75, 0.5)
  1851. Part182.CFrame = CFrame.new(18.4999313, 0.474999994, -66.2500076, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1852. Part182.BottomSurface = Enum.SurfaceType.Smooth
  1853. Part182.TopSurface = Enum.SurfaceType.Smooth
  1854. Part182.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1855. Part182.Position = Vector3.new(18.4999313, 0.474999994, -66.2500076)
  1856. Part182.Orientation = Vector3.new(0, 180, 0)
  1857. Part182.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1858. Part183.Parent = Model179
  1859. Part183.Material = Enum.Material.Wood
  1860. Part183.BrickColor = BrickColor.new("Medium red")
  1861. Part183.Rotation = Vector3.new(-180, 0, -180)
  1862. Part183.Anchored = true
  1863. Part183.Size = Vector3.new(0.5, 0.75, 0.5)
  1864. Part183.CFrame = CFrame.new(16.749939, 0.469999999, -66.2500153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1865. Part183.BottomSurface = Enum.SurfaceType.Smooth
  1866. Part183.TopSurface = Enum.SurfaceType.Smooth
  1867. Part183.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1868. Part183.Position = Vector3.new(16.749939, 0.469999999, -66.2500153)
  1869. Part183.Orientation = Vector3.new(0, 180, 0)
  1870. Part183.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1871. Part184.Parent = Model179
  1872. Part184.Material = Enum.Material.Wood
  1873. Part184.BrickColor = BrickColor.new("Medium red")
  1874. Part184.Rotation = Vector3.new(-180, 0, -180)
  1875. Part184.Anchored = true
  1876. Part184.Size = Vector3.new(0.5, 0.75, 0.5)
  1877. Part184.CFrame = CFrame.new(16.7499313, 0.469999999, -68.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1878. Part184.BottomSurface = Enum.SurfaceType.Smooth
  1879. Part184.TopSurface = Enum.SurfaceType.Smooth
  1880. Part184.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1881. Part184.Position = Vector3.new(16.7499313, 0.469999999, -68.5000153)
  1882. Part184.Orientation = Vector3.new(0, 180, 0)
  1883. Part184.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1884. Seat185.Parent = Model179
  1885. Seat185.Material = Enum.Material.Wood
  1886. Seat185.BrickColor = BrickColor.new("Medium red")
  1887. Seat185.Rotation = Vector3.new(-180, 0, -180)
  1888. Seat185.Anchored = true
  1889. Seat185.Size = Vector3.new(2.25, 1.25, 2.75)
  1890. Seat185.CFrame = CFrame.new(17.624939, 1.47500002, -67.3750153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1891. Seat185.BottomSurface = Enum.SurfaceType.Smooth
  1892. Seat185.TopSurface = Enum.SurfaceType.Smooth
  1893. Seat185.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1894. Seat185.Position = Vector3.new(17.624939, 1.47500002, -67.3750153)
  1895. Seat185.Orientation = Vector3.new(0, 180, 0)
  1896. Seat185.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1897. Model186.Name = "seet"
  1898. Model186.Parent = Model171
  1899. Part187.Parent = Model186
  1900. Part187.Material = Enum.Material.Wood
  1901. Part187.BrickColor = BrickColor.new("Medium red")
  1902. Part187.Rotation = Vector3.new(0, -90, 0)
  1903. Part187.Anchored = true
  1904. Part187.Size = Vector3.new(2.25, 3, 0.75)
  1905. Part187.CFrame = CFrame.new(12.1249924, 3.5999999, -63.625, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1906. Part187.BottomSurface = Enum.SurfaceType.Smooth
  1907. Part187.TopSurface = Enum.SurfaceType.Smooth
  1908. Part187.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1909. Part187.Position = Vector3.new(12.1249924, 3.5999999, -63.625)
  1910. Part187.Orientation = Vector3.new(0, -90, 0)
  1911. Part187.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1912. Part188.Parent = Model186
  1913. Part188.Material = Enum.Material.Wood
  1914. Part188.BrickColor = BrickColor.new("Medium red")
  1915. Part188.Rotation = Vector3.new(0, -90, 0)
  1916. Part188.Anchored = true
  1917. Part188.Size = Vector3.new(0.5, 0.75, 0.5)
  1918. Part188.CFrame = CFrame.new(11.9999847, 0.474999994, -64.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1919. Part188.BottomSurface = Enum.SurfaceType.Smooth
  1920. Part188.TopSurface = Enum.SurfaceType.Smooth
  1921. Part188.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1922. Part188.Position = Vector3.new(11.9999847, 0.474999994, -64.5)
  1923. Part188.Orientation = Vector3.new(0, -90, 0)
  1924. Part188.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1925. Part189.Parent = Model186
  1926. Part189.Material = Enum.Material.Wood
  1927. Part189.BrickColor = BrickColor.new("Medium red")
  1928. Part189.Rotation = Vector3.new(0, -90, 0)
  1929. Part189.Anchored = true
  1930. Part189.Size = Vector3.new(0.5, 0.75, 0.5)
  1931. Part189.CFrame = CFrame.new(14.2499943, 0.474999994, -64.4999924, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1932. Part189.BottomSurface = Enum.SurfaceType.Smooth
  1933. Part189.TopSurface = Enum.SurfaceType.Smooth
  1934. Part189.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1935. Part189.Position = Vector3.new(14.2499943, 0.474999994, -64.4999924)
  1936. Part189.Orientation = Vector3.new(0, -90, 0)
  1937. Part189.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1938. Part190.Parent = Model186
  1939. Part190.Material = Enum.Material.Wood
  1940. Part190.BrickColor = BrickColor.new("Medium red")
  1941. Part190.Rotation = Vector3.new(0, -90, 0)
  1942. Part190.Anchored = true
  1943. Part190.Size = Vector3.new(0.5, 0.75, 0.5)
  1944. Part190.CFrame = CFrame.new(14.2500019, 0.469999999, -62.75, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1945. Part190.BottomSurface = Enum.SurfaceType.Smooth
  1946. Part190.TopSurface = Enum.SurfaceType.Smooth
  1947. Part190.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1948. Part190.Position = Vector3.new(14.2500019, 0.469999999, -62.75)
  1949. Part190.Orientation = Vector3.new(0, -90, 0)
  1950. Part190.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1951. Part191.Parent = Model186
  1952. Part191.Material = Enum.Material.Wood
  1953. Part191.BrickColor = BrickColor.new("Medium red")
  1954. Part191.Rotation = Vector3.new(0, -90, 0)
  1955. Part191.Anchored = true
  1956. Part191.Size = Vector3.new(0.5, 0.75, 0.5)
  1957. Part191.CFrame = CFrame.new(11.9999962, 0.469999999, -62.75, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1958. Part191.BottomSurface = Enum.SurfaceType.Smooth
  1959. Part191.TopSurface = Enum.SurfaceType.Smooth
  1960. Part191.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1961. Part191.Position = Vector3.new(11.9999962, 0.469999999, -62.75)
  1962. Part191.Orientation = Vector3.new(0, -90, 0)
  1963. Part191.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1964. Seat192.Parent = Model186
  1965. Seat192.Material = Enum.Material.Wood
  1966. Seat192.BrickColor = BrickColor.new("Medium red")
  1967. Seat192.Rotation = Vector3.new(0, -90, 0)
  1968. Seat192.Anchored = true
  1969. Seat192.Size = Vector3.new(2.25, 1.25, 2.75)
  1970. Seat192.CFrame = CFrame.new(13.125, 1.47500002, -63.625, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1971. Seat192.BottomSurface = Enum.SurfaceType.Smooth
  1972. Seat192.TopSurface = Enum.SurfaceType.Smooth
  1973. Seat192.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1974. Seat192.Position = Vector3.new(13.125, 1.47500002, -63.625)
  1975. Seat192.Orientation = Vector3.new(0, -90, 0)
  1976. Seat192.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1977. Model193.Name = "seet"
  1978. Model193.Parent = Model171
  1979. Part194.Parent = Model193
  1980. Part194.Material = Enum.Material.Wood
  1981. Part194.BrickColor = BrickColor.new("Medium red")
  1982. Part194.Rotation = Vector3.new(0, 90, 0)
  1983. Part194.Anchored = true
  1984. Part194.Size = Vector3.new(2.25, 3, 0.75)
  1985. Part194.CFrame = CFrame.new(23.1249733, 3.5999999, -63.6250153, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1986. Part194.BottomSurface = Enum.SurfaceType.Smooth
  1987. Part194.TopSurface = Enum.SurfaceType.Smooth
  1988. Part194.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1989. Part194.Position = Vector3.new(23.1249733, 3.5999999, -63.6250153)
  1990. Part194.Orientation = Vector3.new(0, 90, 0)
  1991. Part194.Color = Color3.new(0.854902, 0.52549, 0.478431)
  1992. Part195.Parent = Model193
  1993. Part195.Material = Enum.Material.Wood
  1994. Part195.BrickColor = BrickColor.new("Medium red")
  1995. Part195.Rotation = Vector3.new(0, 90, 0)
  1996. Part195.Anchored = true
  1997. Part195.Size = Vector3.new(0.5, 0.75, 0.5)
  1998. Part195.CFrame = CFrame.new(23.2500076, 0.474999994, -62.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1999. Part195.BottomSurface = Enum.SurfaceType.Smooth
  2000. Part195.TopSurface = Enum.SurfaceType.Smooth
  2001. Part195.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2002. Part195.Position = Vector3.new(23.2500076, 0.474999994, -62.75)
  2003. Part195.Orientation = Vector3.new(0, 90, 0)
  2004. Part195.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2005. Part196.Parent = Model193
  2006. Part196.Material = Enum.Material.Wood
  2007. Part196.BrickColor = BrickColor.new("Medium red")
  2008. Part196.Rotation = Vector3.new(0, 90, 0)
  2009. Part196.Anchored = true
  2010. Part196.Size = Vector3.new(0.5, 0.75, 0.5)
  2011. Part196.CFrame = CFrame.new(20.9999657, 0.474999994, -62.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2012. Part196.BottomSurface = Enum.SurfaceType.Smooth
  2013. Part196.TopSurface = Enum.SurfaceType.Smooth
  2014. Part196.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2015. Part196.Position = Vector3.new(20.9999657, 0.474999994, -62.75)
  2016. Part196.Orientation = Vector3.new(0, 90, 0)
  2017. Part196.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2018. Part197.Parent = Model193
  2019. Part197.Material = Enum.Material.Wood
  2020. Part197.BrickColor = BrickColor.new("Medium red")
  2021. Part197.Rotation = Vector3.new(0, 90, 0)
  2022. Part197.Anchored = true
  2023. Part197.Size = Vector3.new(0.5, 0.75, 0.5)
  2024. Part197.CFrame = CFrame.new(20.9999485, 0.469999999, -64.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2025. Part197.BottomSurface = Enum.SurfaceType.Smooth
  2026. Part197.TopSurface = Enum.SurfaceType.Smooth
  2027. Part197.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2028. Part197.Position = Vector3.new(20.9999485, 0.469999999, -64.5)
  2029. Part197.Orientation = Vector3.new(0, 90, 0)
  2030. Part197.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2031. Part198.Parent = Model193
  2032. Part198.Material = Enum.Material.Wood
  2033. Part198.BrickColor = BrickColor.new("Medium red")
  2034. Part198.Rotation = Vector3.new(0, 90, 0)
  2035. Part198.Anchored = true
  2036. Part198.Size = Vector3.new(0.5, 0.75, 0.5)
  2037. Part198.CFrame = CFrame.new(23.2499828, 0.469999999, -64.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2038. Part198.BottomSurface = Enum.SurfaceType.Smooth
  2039. Part198.TopSurface = Enum.SurfaceType.Smooth
  2040. Part198.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2041. Part198.Position = Vector3.new(23.2499828, 0.469999999, -64.5)
  2042. Part198.Orientation = Vector3.new(0, 90, 0)
  2043. Part198.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2044. Seat199.Parent = Model193
  2045. Seat199.Material = Enum.Material.Wood
  2046. Seat199.BrickColor = BrickColor.new("Medium red")
  2047. Seat199.Rotation = Vector3.new(0, 90, 0)
  2048. Seat199.Anchored = true
  2049. Seat199.Size = Vector3.new(2.25, 1.25, 2.75)
  2050. Seat199.CFrame = CFrame.new(22.1249695, 1.47500002, -63.625, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2051. Seat199.BottomSurface = Enum.SurfaceType.Smooth
  2052. Seat199.TopSurface = Enum.SurfaceType.Smooth
  2053. Seat199.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2054. Seat199.Position = Vector3.new(22.1249695, 1.47500002, -63.625)
  2055. Seat199.Orientation = Vector3.new(0, 90, 0)
  2056. Seat199.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2057. Model200.Name = "table"
  2058. Model200.Parent = Model171
  2059. Part201.Parent = Model200
  2060. Part201.Material = Enum.Material.Metal
  2061. Part201.BrickColor = BrickColor.new("Black")
  2062. Part201.Anchored = true
  2063. Part201.Size = Vector3.new(0.5, 3.25, 0.5)
  2064. Part201.CFrame = CFrame.new(17.75, 1.7249999, -63.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2065. Part201.BottomSurface = Enum.SurfaceType.Smooth
  2066. Part201.TopSurface = Enum.SurfaceType.Smooth
  2067. Part201.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2068. Part201.Position = Vector3.new(17.75, 1.7249999, -63.75)
  2069. Part201.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2070. Part202.Parent = Model200
  2071. Part202.Material = Enum.Material.Metal
  2072. Part202.BrickColor = BrickColor.new("Black")
  2073. Part202.Anchored = true
  2074. Part202.Size = Vector3.new(6.5, 0.25, 5.5)
  2075. Part202.CFrame = CFrame.new(17.5, 3.4749999, -63.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2076. Part202.BottomSurface = Enum.SurfaceType.Smooth
  2077. Part202.TopSurface = Enum.SurfaceType.Smooth
  2078. Part202.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2079. Part202.Position = Vector3.new(17.5, 3.4749999, -63.75)
  2080. Part202.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2081. Model203.Name = "seetz etc"
  2082. Model203.Parent = Model0
  2083. Model204.Name = "seet"
  2084. Model204.Parent = Model203
  2085. Part205.Parent = Model204
  2086. Part205.Material = Enum.Material.Wood
  2087. Part205.BrickColor = BrickColor.new("Medium red")
  2088. Part205.Anchored = true
  2089. Part205.Size = Vector3.new(2.25, 3, 0.75)
  2090. Part205.CFrame = CFrame.new(17.625, 3.5999999, -42.125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2091. Part205.BottomSurface = Enum.SurfaceType.Smooth
  2092. Part205.TopSurface = Enum.SurfaceType.Smooth
  2093. Part205.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2094. Part205.Position = Vector3.new(17.625, 3.5999999, -42.125)
  2095. Part205.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2096. Part206.Parent = Model204
  2097. Part206.Material = Enum.Material.Wood
  2098. Part206.BrickColor = BrickColor.new("Medium red")
  2099. Part206.Anchored = true
  2100. Part206.Size = Vector3.new(0.5, 0.75, 0.5)
  2101. Part206.CFrame = CFrame.new(16.75, 0.474999905, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2102. Part206.BottomSurface = Enum.SurfaceType.Smooth
  2103. Part206.TopSurface = Enum.SurfaceType.Smooth
  2104. Part206.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2105. Part206.Position = Vector3.new(16.75, 0.474999905, -42)
  2106. Part206.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2107. Part207.Parent = Model204
  2108. Part207.Material = Enum.Material.Wood
  2109. Part207.BrickColor = BrickColor.new("Medium red")
  2110. Part207.Anchored = true
  2111. Part207.Size = Vector3.new(0.5, 0.75, 0.5)
  2112. Part207.CFrame = CFrame.new(16.75, 0.474999905, -44.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2113. Part207.BottomSurface = Enum.SurfaceType.Smooth
  2114. Part207.TopSurface = Enum.SurfaceType.Smooth
  2115. Part207.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2116. Part207.Position = Vector3.new(16.75, 0.474999905, -44.25)
  2117. Part207.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2118. Part208.Parent = Model204
  2119. Part208.Material = Enum.Material.Wood
  2120. Part208.BrickColor = BrickColor.new("Medium red")
  2121. Part208.Anchored = true
  2122. Part208.Size = Vector3.new(0.5, 0.75, 0.5)
  2123. Part208.CFrame = CFrame.new(18.5, 0.469999999, -44.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2124. Part208.BottomSurface = Enum.SurfaceType.Smooth
  2125. Part208.TopSurface = Enum.SurfaceType.Smooth
  2126. Part208.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2127. Part208.Position = Vector3.new(18.5, 0.469999999, -44.25)
  2128. Part208.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2129. Part209.Parent = Model204
  2130. Part209.Material = Enum.Material.Wood
  2131. Part209.BrickColor = BrickColor.new("Medium red")
  2132. Part209.Anchored = true
  2133. Part209.Size = Vector3.new(0.5, 0.75, 0.5)
  2134. Part209.CFrame = CFrame.new(18.5, 0.469999999, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2135. Part209.BottomSurface = Enum.SurfaceType.Smooth
  2136. Part209.TopSurface = Enum.SurfaceType.Smooth
  2137. Part209.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2138. Part209.Position = Vector3.new(18.5, 0.469999999, -42)
  2139. Part209.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2140. Seat210.Parent = Model204
  2141. Seat210.Material = Enum.Material.Wood
  2142. Seat210.BrickColor = BrickColor.new("Medium red")
  2143. Seat210.Anchored = true
  2144. Seat210.Size = Vector3.new(2.25, 1.25, 2.75)
  2145. Seat210.CFrame = CFrame.new(17.625, 1.4749999, -43.125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2146. Seat210.BottomSurface = Enum.SurfaceType.Smooth
  2147. Seat210.TopSurface = Enum.SurfaceType.Smooth
  2148. Seat210.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2149. Seat210.Position = Vector3.new(17.625, 1.4749999, -43.125)
  2150. Seat210.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2151. Model211.Name = "seet"
  2152. Model211.Parent = Model203
  2153. Part212.Parent = Model211
  2154. Part212.Material = Enum.Material.Wood
  2155. Part212.BrickColor = BrickColor.new("Medium red")
  2156. Part212.Rotation = Vector3.new(-180, 0, -180)
  2157. Part212.Anchored = true
  2158. Part212.Size = Vector3.new(2.25, 3, 0.75)
  2159. Part212.CFrame = CFrame.new(17.6249428, 3.5999999, -51.6250229, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2160. Part212.BottomSurface = Enum.SurfaceType.Smooth
  2161. Part212.TopSurface = Enum.SurfaceType.Smooth
  2162. Part212.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2163. Part212.Position = Vector3.new(17.6249428, 3.5999999, -51.6250229)
  2164. Part212.Orientation = Vector3.new(0, 180, 0)
  2165. Part212.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2166. Part213.Parent = Model211
  2167. Part213.Material = Enum.Material.Wood
  2168. Part213.BrickColor = BrickColor.new("Medium red")
  2169. Part213.Rotation = Vector3.new(-180, 0, -180)
  2170. Part213.Anchored = true
  2171. Part213.Size = Vector3.new(0.5, 0.75, 0.5)
  2172. Part213.CFrame = CFrame.new(18.4999561, 0.474999994, -51.7500305, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2173. Part213.BottomSurface = Enum.SurfaceType.Smooth
  2174. Part213.TopSurface = Enum.SurfaceType.Smooth
  2175. Part213.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2176. Part213.Position = Vector3.new(18.4999561, 0.474999994, -51.7500305)
  2177. Part213.Orientation = Vector3.new(0, 180, 0)
  2178. Part213.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2179. Part214.Parent = Model211
  2180. Part214.Material = Enum.Material.Wood
  2181. Part214.BrickColor = BrickColor.new("Medium red")
  2182. Part214.Rotation = Vector3.new(-180, 0, -180)
  2183. Part214.Anchored = true
  2184. Part214.Size = Vector3.new(0.5, 0.75, 0.5)
  2185. Part214.CFrame = CFrame.new(18.4999313, 0.474999994, -49.5000076, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2186. Part214.BottomSurface = Enum.SurfaceType.Smooth
  2187. Part214.TopSurface = Enum.SurfaceType.Smooth
  2188. Part214.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2189. Part214.Position = Vector3.new(18.4999313, 0.474999994, -49.5000076)
  2190. Part214.Orientation = Vector3.new(0, 180, 0)
  2191. Part214.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2192. Part215.Parent = Model211
  2193. Part215.Material = Enum.Material.Wood
  2194. Part215.BrickColor = BrickColor.new("Medium red")
  2195. Part215.Rotation = Vector3.new(-180, 0, -180)
  2196. Part215.Anchored = true
  2197. Part215.Size = Vector3.new(0.5, 0.75, 0.5)
  2198. Part215.CFrame = CFrame.new(16.749939, 0.469999999, -49.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2199. Part215.BottomSurface = Enum.SurfaceType.Smooth
  2200. Part215.TopSurface = Enum.SurfaceType.Smooth
  2201. Part215.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2202. Part215.Position = Vector3.new(16.749939, 0.469999999, -49.5000153)
  2203. Part215.Orientation = Vector3.new(0, 180, 0)
  2204. Part215.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2205. Part216.Parent = Model211
  2206. Part216.Material = Enum.Material.Wood
  2207. Part216.BrickColor = BrickColor.new("Medium red")
  2208. Part216.Rotation = Vector3.new(-180, 0, -180)
  2209. Part216.Anchored = true
  2210. Part216.Size = Vector3.new(0.5, 0.75, 0.5)
  2211. Part216.CFrame = CFrame.new(16.7499313, 0.469999999, -51.7500153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2212. Part216.BottomSurface = Enum.SurfaceType.Smooth
  2213. Part216.TopSurface = Enum.SurfaceType.Smooth
  2214. Part216.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2215. Part216.Position = Vector3.new(16.7499313, 0.469999999, -51.7500153)
  2216. Part216.Orientation = Vector3.new(0, 180, 0)
  2217. Part216.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2218. Seat217.Parent = Model211
  2219. Seat217.Material = Enum.Material.Wood
  2220. Seat217.BrickColor = BrickColor.new("Medium red")
  2221. Seat217.Rotation = Vector3.new(-180, 0, -180)
  2222. Seat217.Anchored = true
  2223. Seat217.Size = Vector3.new(2.25, 1.25, 2.75)
  2224. Seat217.CFrame = CFrame.new(17.624939, 1.47500002, -50.6250153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2225. Seat217.BottomSurface = Enum.SurfaceType.Smooth
  2226. Seat217.TopSurface = Enum.SurfaceType.Smooth
  2227. Seat217.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2228. Seat217.Position = Vector3.new(17.624939, 1.47500002, -50.6250153)
  2229. Seat217.Orientation = Vector3.new(0, 180, 0)
  2230. Seat217.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2231. Model218.Name = "seet"
  2232. Model218.Parent = Model203
  2233. Part219.Parent = Model218
  2234. Part219.Material = Enum.Material.Wood
  2235. Part219.BrickColor = BrickColor.new("Medium red")
  2236. Part219.Rotation = Vector3.new(0, -90, 0)
  2237. Part219.Anchored = true
  2238. Part219.Size = Vector3.new(2.25, 3, 0.75)
  2239. Part219.CFrame = CFrame.new(12.1249924, 3.5999999, -46.875, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2240. Part219.BottomSurface = Enum.SurfaceType.Smooth
  2241. Part219.TopSurface = Enum.SurfaceType.Smooth
  2242. Part219.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2243. Part219.Position = Vector3.new(12.1249924, 3.5999999, -46.875)
  2244. Part219.Orientation = Vector3.new(0, -90, 0)
  2245. Part219.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2246. Part220.Parent = Model218
  2247. Part220.Material = Enum.Material.Wood
  2248. Part220.BrickColor = BrickColor.new("Medium red")
  2249. Part220.Rotation = Vector3.new(0, -90, 0)
  2250. Part220.Anchored = true
  2251. Part220.Size = Vector3.new(0.5, 0.75, 0.5)
  2252. Part220.CFrame = CFrame.new(11.9999847, 0.474999994, -47.75, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2253. Part220.BottomSurface = Enum.SurfaceType.Smooth
  2254. Part220.TopSurface = Enum.SurfaceType.Smooth
  2255. Part220.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2256. Part220.Position = Vector3.new(11.9999847, 0.474999994, -47.75)
  2257. Part220.Orientation = Vector3.new(0, -90, 0)
  2258. Part220.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2259. Part221.Parent = Model218
  2260. Part221.Material = Enum.Material.Wood
  2261. Part221.BrickColor = BrickColor.new("Medium red")
  2262. Part221.Rotation = Vector3.new(0, -90, 0)
  2263. Part221.Anchored = true
  2264. Part221.Size = Vector3.new(0.5, 0.75, 0.5)
  2265. Part221.CFrame = CFrame.new(14.2499943, 0.474999994, -47.7499924, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2266. Part221.BottomSurface = Enum.SurfaceType.Smooth
  2267. Part221.TopSurface = Enum.SurfaceType.Smooth
  2268. Part221.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2269. Part221.Position = Vector3.new(14.2499943, 0.474999994, -47.7499924)
  2270. Part221.Orientation = Vector3.new(0, -90, 0)
  2271. Part221.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2272. Part222.Parent = Model218
  2273. Part222.Material = Enum.Material.Wood
  2274. Part222.BrickColor = BrickColor.new("Medium red")
  2275. Part222.Rotation = Vector3.new(0, -90, 0)
  2276. Part222.Anchored = true
  2277. Part222.Size = Vector3.new(0.5, 0.75, 0.5)
  2278. Part222.CFrame = CFrame.new(14.2500019, 0.469999999, -46, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2279. Part222.BottomSurface = Enum.SurfaceType.Smooth
  2280. Part222.TopSurface = Enum.SurfaceType.Smooth
  2281. Part222.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2282. Part222.Position = Vector3.new(14.2500019, 0.469999999, -46)
  2283. Part222.Orientation = Vector3.new(0, -90, 0)
  2284. Part222.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2285. Part223.Parent = Model218
  2286. Part223.Material = Enum.Material.Wood
  2287. Part223.BrickColor = BrickColor.new("Medium red")
  2288. Part223.Rotation = Vector3.new(0, -90, 0)
  2289. Part223.Anchored = true
  2290. Part223.Size = Vector3.new(0.5, 0.75, 0.5)
  2291. Part223.CFrame = CFrame.new(11.9999962, 0.469999999, -46, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2292. Part223.BottomSurface = Enum.SurfaceType.Smooth
  2293. Part223.TopSurface = Enum.SurfaceType.Smooth
  2294. Part223.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2295. Part223.Position = Vector3.new(11.9999962, 0.469999999, -46)
  2296. Part223.Orientation = Vector3.new(0, -90, 0)
  2297. Part223.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2298. Seat224.Parent = Model218
  2299. Seat224.Material = Enum.Material.Wood
  2300. Seat224.BrickColor = BrickColor.new("Medium red")
  2301. Seat224.Rotation = Vector3.new(0, -90, 0)
  2302. Seat224.Anchored = true
  2303. Seat224.Size = Vector3.new(2.25, 1.25, 2.75)
  2304. Seat224.CFrame = CFrame.new(13.125, 1.47500002, -46.875, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2305. Seat224.BottomSurface = Enum.SurfaceType.Smooth
  2306. Seat224.TopSurface = Enum.SurfaceType.Smooth
  2307. Seat224.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2308. Seat224.Position = Vector3.new(13.125, 1.47500002, -46.875)
  2309. Seat224.Orientation = Vector3.new(0, -90, 0)
  2310. Seat224.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2311. Model225.Name = "seet"
  2312. Model225.Parent = Model203
  2313. Part226.Parent = Model225
  2314. Part226.Material = Enum.Material.Wood
  2315. Part226.BrickColor = BrickColor.new("Medium red")
  2316. Part226.Rotation = Vector3.new(0, 90, 0)
  2317. Part226.Anchored = true
  2318. Part226.Size = Vector3.new(2.25, 3, 0.75)
  2319. Part226.CFrame = CFrame.new(23.1249733, 3.5999999, -46.8750153, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2320. Part226.BottomSurface = Enum.SurfaceType.Smooth
  2321. Part226.TopSurface = Enum.SurfaceType.Smooth
  2322. Part226.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2323. Part226.Position = Vector3.new(23.1249733, 3.5999999, -46.8750153)
  2324. Part226.Orientation = Vector3.new(0, 90, 0)
  2325. Part226.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2326. Part227.Parent = Model225
  2327. Part227.Material = Enum.Material.Wood
  2328. Part227.BrickColor = BrickColor.new("Medium red")
  2329. Part227.Rotation = Vector3.new(0, 90, 0)
  2330. Part227.Anchored = true
  2331. Part227.Size = Vector3.new(0.5, 0.75, 0.5)
  2332. Part227.CFrame = CFrame.new(23.2500076, 0.474999994, -46, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2333. Part227.BottomSurface = Enum.SurfaceType.Smooth
  2334. Part227.TopSurface = Enum.SurfaceType.Smooth
  2335. Part227.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2336. Part227.Position = Vector3.new(23.2500076, 0.474999994, -46)
  2337. Part227.Orientation = Vector3.new(0, 90, 0)
  2338. Part227.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2339. Part228.Parent = Model225
  2340. Part228.Material = Enum.Material.Wood
  2341. Part228.BrickColor = BrickColor.new("Medium red")
  2342. Part228.Rotation = Vector3.new(0, 90, 0)
  2343. Part228.Anchored = true
  2344. Part228.Size = Vector3.new(0.5, 0.75, 0.5)
  2345. Part228.CFrame = CFrame.new(20.9999657, 0.474999994, -46, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2346. Part228.BottomSurface = Enum.SurfaceType.Smooth
  2347. Part228.TopSurface = Enum.SurfaceType.Smooth
  2348. Part228.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2349. Part228.Position = Vector3.new(20.9999657, 0.474999994, -46)
  2350. Part228.Orientation = Vector3.new(0, 90, 0)
  2351. Part228.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2352. Part229.Parent = Model225
  2353. Part229.Material = Enum.Material.Wood
  2354. Part229.BrickColor = BrickColor.new("Medium red")
  2355. Part229.Rotation = Vector3.new(0, 90, 0)
  2356. Part229.Anchored = true
  2357. Part229.Size = Vector3.new(0.5, 0.75, 0.5)
  2358. Part229.CFrame = CFrame.new(20.9999485, 0.469999999, -47.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2359. Part229.BottomSurface = Enum.SurfaceType.Smooth
  2360. Part229.TopSurface = Enum.SurfaceType.Smooth
  2361. Part229.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2362. Part229.Position = Vector3.new(20.9999485, 0.469999999, -47.75)
  2363. Part229.Orientation = Vector3.new(0, 90, 0)
  2364. Part229.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2365. Part230.Parent = Model225
  2366. Part230.Material = Enum.Material.Wood
  2367. Part230.BrickColor = BrickColor.new("Medium red")
  2368. Part230.Rotation = Vector3.new(0, 90, 0)
  2369. Part230.Anchored = true
  2370. Part230.Size = Vector3.new(0.5, 0.75, 0.5)
  2371. Part230.CFrame = CFrame.new(23.2499828, 0.469999999, -47.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2372. Part230.BottomSurface = Enum.SurfaceType.Smooth
  2373. Part230.TopSurface = Enum.SurfaceType.Smooth
  2374. Part230.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2375. Part230.Position = Vector3.new(23.2499828, 0.469999999, -47.75)
  2376. Part230.Orientation = Vector3.new(0, 90, 0)
  2377. Part230.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2378. Seat231.Parent = Model225
  2379. Seat231.Material = Enum.Material.Wood
  2380. Seat231.BrickColor = BrickColor.new("Medium red")
  2381. Seat231.Rotation = Vector3.new(0, 90, 0)
  2382. Seat231.Anchored = true
  2383. Seat231.Size = Vector3.new(2.25, 1.25, 2.75)
  2384. Seat231.CFrame = CFrame.new(22.1249695, 1.47500002, -46.875, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2385. Seat231.BottomSurface = Enum.SurfaceType.Smooth
  2386. Seat231.TopSurface = Enum.SurfaceType.Smooth
  2387. Seat231.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2388. Seat231.Position = Vector3.new(22.1249695, 1.47500002, -46.875)
  2389. Seat231.Orientation = Vector3.new(0, 90, 0)
  2390. Seat231.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2391. Model232.Name = "table"
  2392. Model232.Parent = Model203
  2393. Part233.Parent = Model232
  2394. Part233.Material = Enum.Material.Metal
  2395. Part233.BrickColor = BrickColor.new("Black")
  2396. Part233.Anchored = true
  2397. Part233.Size = Vector3.new(0.5, 3.25, 0.5)
  2398. Part233.CFrame = CFrame.new(17.75, 1.7249999, -47, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2399. Part233.BottomSurface = Enum.SurfaceType.Smooth
  2400. Part233.TopSurface = Enum.SurfaceType.Smooth
  2401. Part233.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2402. Part233.Position = Vector3.new(17.75, 1.7249999, -47)
  2403. Part233.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2404. Part234.Parent = Model232
  2405. Part234.Material = Enum.Material.Metal
  2406. Part234.BrickColor = BrickColor.new("Black")
  2407. Part234.Anchored = true
  2408. Part234.Size = Vector3.new(6.5, 0.25, 5.5)
  2409. Part234.CFrame = CFrame.new(17.5, 3.4749999, -47, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2410. Part234.BottomSurface = Enum.SurfaceType.Smooth
  2411. Part234.TopSurface = Enum.SurfaceType.Smooth
  2412. Part234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2413. Part234.Position = Vector3.new(17.5, 3.4749999, -47)
  2414. Part234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2415. Model235.Name = "seetz etc"
  2416. Model235.Parent = Model0
  2417. Model236.Name = "seet"
  2418. Model236.Parent = Model235
  2419. Part237.Parent = Model236
  2420. Part237.Material = Enum.Material.Wood
  2421. Part237.BrickColor = BrickColor.new("Medium red")
  2422. Part237.Anchored = true
  2423. Part237.Size = Vector3.new(2.25, 3, 0.75)
  2424. Part237.CFrame = CFrame.new(-24.375, 3.5999999, -42.125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2425. Part237.BottomSurface = Enum.SurfaceType.Smooth
  2426. Part237.TopSurface = Enum.SurfaceType.Smooth
  2427. Part237.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2428. Part237.Position = Vector3.new(-24.375, 3.5999999, -42.125)
  2429. Part237.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2430. Part238.Parent = Model236
  2431. Part238.Material = Enum.Material.Wood
  2432. Part238.BrickColor = BrickColor.new("Medium red")
  2433. Part238.Anchored = true
  2434. Part238.Size = Vector3.new(0.5, 0.75, 0.5)
  2435. Part238.CFrame = CFrame.new(-25.25, 0.474999905, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2436. Part238.BottomSurface = Enum.SurfaceType.Smooth
  2437. Part238.TopSurface = Enum.SurfaceType.Smooth
  2438. Part238.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2439. Part238.Position = Vector3.new(-25.25, 0.474999905, -42)
  2440. Part238.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2441. Part239.Parent = Model236
  2442. Part239.Material = Enum.Material.Wood
  2443. Part239.BrickColor = BrickColor.new("Medium red")
  2444. Part239.Anchored = true
  2445. Part239.Size = Vector3.new(0.5, 0.75, 0.5)
  2446. Part239.CFrame = CFrame.new(-25.25, 0.474999905, -44.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2447. Part239.BottomSurface = Enum.SurfaceType.Smooth
  2448. Part239.TopSurface = Enum.SurfaceType.Smooth
  2449. Part239.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2450. Part239.Position = Vector3.new(-25.25, 0.474999905, -44.25)
  2451. Part239.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2452. Part240.Parent = Model236
  2453. Part240.Material = Enum.Material.Wood
  2454. Part240.BrickColor = BrickColor.new("Medium red")
  2455. Part240.Anchored = true
  2456. Part240.Size = Vector3.new(0.5, 0.75, 0.5)
  2457. Part240.CFrame = CFrame.new(-23.5, 0.469999999, -44.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2458. Part240.BottomSurface = Enum.SurfaceType.Smooth
  2459. Part240.TopSurface = Enum.SurfaceType.Smooth
  2460. Part240.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2461. Part240.Position = Vector3.new(-23.5, 0.469999999, -44.25)
  2462. Part240.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2463. Part241.Parent = Model236
  2464. Part241.Material = Enum.Material.Wood
  2465. Part241.BrickColor = BrickColor.new("Medium red")
  2466. Part241.Anchored = true
  2467. Part241.Size = Vector3.new(0.5, 0.75, 0.5)
  2468. Part241.CFrame = CFrame.new(-23.5, 0.469999999, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2469. Part241.BottomSurface = Enum.SurfaceType.Smooth
  2470. Part241.TopSurface = Enum.SurfaceType.Smooth
  2471. Part241.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2472. Part241.Position = Vector3.new(-23.5, 0.469999999, -42)
  2473. Part241.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2474. Seat242.Parent = Model236
  2475. Seat242.Material = Enum.Material.Wood
  2476. Seat242.BrickColor = BrickColor.new("Medium red")
  2477. Seat242.Anchored = true
  2478. Seat242.Size = Vector3.new(2.25, 1.25, 2.75)
  2479. Seat242.CFrame = CFrame.new(-24.375, 1.4749999, -43.125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2480. Seat242.BottomSurface = Enum.SurfaceType.Smooth
  2481. Seat242.TopSurface = Enum.SurfaceType.Smooth
  2482. Seat242.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2483. Seat242.Position = Vector3.new(-24.375, 1.4749999, -43.125)
  2484. Seat242.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2485. Model243.Name = "seet"
  2486. Model243.Parent = Model235
  2487. Part244.Parent = Model243
  2488. Part244.Material = Enum.Material.Wood
  2489. Part244.BrickColor = BrickColor.new("Medium red")
  2490. Part244.Rotation = Vector3.new(-180, 0, -180)
  2491. Part244.Anchored = true
  2492. Part244.Size = Vector3.new(2.25, 3, 0.75)
  2493. Part244.CFrame = CFrame.new(-24.3750572, 3.5999999, -51.6250229, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2494. Part244.BottomSurface = Enum.SurfaceType.Smooth
  2495. Part244.TopSurface = Enum.SurfaceType.Smooth
  2496. Part244.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2497. Part244.Position = Vector3.new(-24.3750572, 3.5999999, -51.6250229)
  2498. Part244.Orientation = Vector3.new(0, 180, 0)
  2499. Part244.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2500. Part245.Parent = Model243
  2501. Part245.Material = Enum.Material.Wood
  2502. Part245.BrickColor = BrickColor.new("Medium red")
  2503. Part245.Rotation = Vector3.new(-180, 0, -180)
  2504. Part245.Anchored = true
  2505. Part245.Size = Vector3.new(0.5, 0.75, 0.5)
  2506. Part245.CFrame = CFrame.new(-23.5000439, 0.474999994, -51.7500305, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2507. Part245.BottomSurface = Enum.SurfaceType.Smooth
  2508. Part245.TopSurface = Enum.SurfaceType.Smooth
  2509. Part245.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2510. Part245.Position = Vector3.new(-23.5000439, 0.474999994, -51.7500305)
  2511. Part245.Orientation = Vector3.new(0, 180, 0)
  2512. Part245.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2513. Part246.Parent = Model243
  2514. Part246.Material = Enum.Material.Wood
  2515. Part246.BrickColor = BrickColor.new("Medium red")
  2516. Part246.Rotation = Vector3.new(-180, 0, -180)
  2517. Part246.Anchored = true
  2518. Part246.Size = Vector3.new(0.5, 0.75, 0.5)
  2519. Part246.CFrame = CFrame.new(-23.5000687, 0.474999994, -49.5000076, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2520. Part246.BottomSurface = Enum.SurfaceType.Smooth
  2521. Part246.TopSurface = Enum.SurfaceType.Smooth
  2522. Part246.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2523. Part246.Position = Vector3.new(-23.5000687, 0.474999994, -49.5000076)
  2524. Part246.Orientation = Vector3.new(0, 180, 0)
  2525. Part246.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2526. Part247.Parent = Model243
  2527. Part247.Material = Enum.Material.Wood
  2528. Part247.BrickColor = BrickColor.new("Medium red")
  2529. Part247.Rotation = Vector3.new(-180, 0, -180)
  2530. Part247.Anchored = true
  2531. Part247.Size = Vector3.new(0.5, 0.75, 0.5)
  2532. Part247.CFrame = CFrame.new(-25.250061, 0.469999999, -49.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2533. Part247.BottomSurface = Enum.SurfaceType.Smooth
  2534. Part247.TopSurface = Enum.SurfaceType.Smooth
  2535. Part247.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2536. Part247.Position = Vector3.new(-25.250061, 0.469999999, -49.5000153)
  2537. Part247.Orientation = Vector3.new(0, 180, 0)
  2538. Part247.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2539. Part248.Parent = Model243
  2540. Part248.Material = Enum.Material.Wood
  2541. Part248.BrickColor = BrickColor.new("Medium red")
  2542. Part248.Rotation = Vector3.new(-180, 0, -180)
  2543. Part248.Anchored = true
  2544. Part248.Size = Vector3.new(0.5, 0.75, 0.5)
  2545. Part248.CFrame = CFrame.new(-25.2500687, 0.469999999, -51.7500153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2546. Part248.BottomSurface = Enum.SurfaceType.Smooth
  2547. Part248.TopSurface = Enum.SurfaceType.Smooth
  2548. Part248.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2549. Part248.Position = Vector3.new(-25.2500687, 0.469999999, -51.7500153)
  2550. Part248.Orientation = Vector3.new(0, 180, 0)
  2551. Part248.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2552. Seat249.Parent = Model243
  2553. Seat249.Material = Enum.Material.Wood
  2554. Seat249.BrickColor = BrickColor.new("Medium red")
  2555. Seat249.Rotation = Vector3.new(-180, 0, -180)
  2556. Seat249.Anchored = true
  2557. Seat249.Size = Vector3.new(2.25, 1.25, 2.75)
  2558. Seat249.CFrame = CFrame.new(-24.375061, 1.47500002, -50.6250153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2559. Seat249.BottomSurface = Enum.SurfaceType.Smooth
  2560. Seat249.TopSurface = Enum.SurfaceType.Smooth
  2561. Seat249.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2562. Seat249.Position = Vector3.new(-24.375061, 1.47500002, -50.6250153)
  2563. Seat249.Orientation = Vector3.new(0, 180, 0)
  2564. Seat249.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2565. Model250.Name = "seet"
  2566. Model250.Parent = Model235
  2567. Part251.Parent = Model250
  2568. Part251.Material = Enum.Material.Wood
  2569. Part251.BrickColor = BrickColor.new("Medium red")
  2570. Part251.Rotation = Vector3.new(0, -90, 0)
  2571. Part251.Anchored = true
  2572. Part251.Size = Vector3.new(2.25, 3, 0.75)
  2573. Part251.CFrame = CFrame.new(-29.8750076, 3.5999999, -46.875, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2574. Part251.BottomSurface = Enum.SurfaceType.Smooth
  2575. Part251.TopSurface = Enum.SurfaceType.Smooth
  2576. Part251.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2577. Part251.Position = Vector3.new(-29.8750076, 3.5999999, -46.875)
  2578. Part251.Orientation = Vector3.new(0, -90, 0)
  2579. Part251.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2580. Part252.Parent = Model250
  2581. Part252.Material = Enum.Material.Wood
  2582. Part252.BrickColor = BrickColor.new("Medium red")
  2583. Part252.Rotation = Vector3.new(0, -90, 0)
  2584. Part252.Anchored = true
  2585. Part252.Size = Vector3.new(0.5, 0.75, 0.5)
  2586. Part252.CFrame = CFrame.new(-30.0000153, 0.474999994, -47.75, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2587. Part252.BottomSurface = Enum.SurfaceType.Smooth
  2588. Part252.TopSurface = Enum.SurfaceType.Smooth
  2589. Part252.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2590. Part252.Position = Vector3.new(-30.0000153, 0.474999994, -47.75)
  2591. Part252.Orientation = Vector3.new(0, -90, 0)
  2592. Part252.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2593. Part253.Parent = Model250
  2594. Part253.Material = Enum.Material.Wood
  2595. Part253.BrickColor = BrickColor.new("Medium red")
  2596. Part253.Rotation = Vector3.new(0, -90, 0)
  2597. Part253.Anchored = true
  2598. Part253.Size = Vector3.new(0.5, 0.75, 0.5)
  2599. Part253.CFrame = CFrame.new(-27.7500057, 0.474999994, -47.7499924, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2600. Part253.BottomSurface = Enum.SurfaceType.Smooth
  2601. Part253.TopSurface = Enum.SurfaceType.Smooth
  2602. Part253.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2603. Part253.Position = Vector3.new(-27.7500057, 0.474999994, -47.7499924)
  2604. Part253.Orientation = Vector3.new(0, -90, 0)
  2605. Part253.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2606. Part254.Parent = Model250
  2607. Part254.Material = Enum.Material.Wood
  2608. Part254.BrickColor = BrickColor.new("Medium red")
  2609. Part254.Rotation = Vector3.new(0, -90, 0)
  2610. Part254.Anchored = true
  2611. Part254.Size = Vector3.new(0.5, 0.75, 0.5)
  2612. Part254.CFrame = CFrame.new(-27.7499981, 0.469999999, -46, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2613. Part254.BottomSurface = Enum.SurfaceType.Smooth
  2614. Part254.TopSurface = Enum.SurfaceType.Smooth
  2615. Part254.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2616. Part254.Position = Vector3.new(-27.7499981, 0.469999999, -46)
  2617. Part254.Orientation = Vector3.new(0, -90, 0)
  2618. Part254.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2619. Part255.Parent = Model250
  2620. Part255.Material = Enum.Material.Wood
  2621. Part255.BrickColor = BrickColor.new("Medium red")
  2622. Part255.Rotation = Vector3.new(0, -90, 0)
  2623. Part255.Anchored = true
  2624. Part255.Size = Vector3.new(0.5, 0.75, 0.5)
  2625. Part255.CFrame = CFrame.new(-30.0000038, 0.469999999, -46, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2626. Part255.BottomSurface = Enum.SurfaceType.Smooth
  2627. Part255.TopSurface = Enum.SurfaceType.Smooth
  2628. Part255.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2629. Part255.Position = Vector3.new(-30.0000038, 0.469999999, -46)
  2630. Part255.Orientation = Vector3.new(0, -90, 0)
  2631. Part255.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2632. Seat256.Parent = Model250
  2633. Seat256.Material = Enum.Material.Wood
  2634. Seat256.BrickColor = BrickColor.new("Medium red")
  2635. Seat256.Rotation = Vector3.new(0, -90, 0)
  2636. Seat256.Anchored = true
  2637. Seat256.Size = Vector3.new(2.25, 1.25, 2.75)
  2638. Seat256.CFrame = CFrame.new(-28.875, 1.47500002, -46.875, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2639. Seat256.BottomSurface = Enum.SurfaceType.Smooth
  2640. Seat256.TopSurface = Enum.SurfaceType.Smooth
  2641. Seat256.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2642. Seat256.Position = Vector3.new(-28.875, 1.47500002, -46.875)
  2643. Seat256.Orientation = Vector3.new(0, -90, 0)
  2644. Seat256.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2645. Model257.Name = "seet"
  2646. Model257.Parent = Model235
  2647. Part258.Parent = Model257
  2648. Part258.Material = Enum.Material.Wood
  2649. Part258.BrickColor = BrickColor.new("Medium red")
  2650. Part258.Rotation = Vector3.new(0, 90, 0)
  2651. Part258.Anchored = true
  2652. Part258.Size = Vector3.new(2.25, 3, 0.75)
  2653. Part258.CFrame = CFrame.new(-18.8750267, 3.5999999, -46.8750153, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2654. Part258.BottomSurface = Enum.SurfaceType.Smooth
  2655. Part258.TopSurface = Enum.SurfaceType.Smooth
  2656. Part258.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2657. Part258.Position = Vector3.new(-18.8750267, 3.5999999, -46.8750153)
  2658. Part258.Orientation = Vector3.new(0, 90, 0)
  2659. Part258.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2660. Part259.Parent = Model257
  2661. Part259.Material = Enum.Material.Wood
  2662. Part259.BrickColor = BrickColor.new("Medium red")
  2663. Part259.Rotation = Vector3.new(0, 90, 0)
  2664. Part259.Anchored = true
  2665. Part259.Size = Vector3.new(0.5, 0.75, 0.5)
  2666. Part259.CFrame = CFrame.new(-18.7499924, 0.474999994, -46, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2667. Part259.BottomSurface = Enum.SurfaceType.Smooth
  2668. Part259.TopSurface = Enum.SurfaceType.Smooth
  2669. Part259.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2670. Part259.Position = Vector3.new(-18.7499924, 0.474999994, -46)
  2671. Part259.Orientation = Vector3.new(0, 90, 0)
  2672. Part259.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2673. Part260.Parent = Model257
  2674. Part260.Material = Enum.Material.Wood
  2675. Part260.BrickColor = BrickColor.new("Medium red")
  2676. Part260.Rotation = Vector3.new(0, 90, 0)
  2677. Part260.Anchored = true
  2678. Part260.Size = Vector3.new(0.5, 0.75, 0.5)
  2679. Part260.CFrame = CFrame.new(-21.0000343, 0.474999994, -46, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2680. Part260.BottomSurface = Enum.SurfaceType.Smooth
  2681. Part260.TopSurface = Enum.SurfaceType.Smooth
  2682. Part260.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2683. Part260.Position = Vector3.new(-21.0000343, 0.474999994, -46)
  2684. Part260.Orientation = Vector3.new(0, 90, 0)
  2685. Part260.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2686. Part261.Parent = Model257
  2687. Part261.Material = Enum.Material.Wood
  2688. Part261.BrickColor = BrickColor.new("Medium red")
  2689. Part261.Rotation = Vector3.new(0, 90, 0)
  2690. Part261.Anchored = true
  2691. Part261.Size = Vector3.new(0.5, 0.75, 0.5)
  2692. Part261.CFrame = CFrame.new(-21.0000515, 0.469999999, -47.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2693. Part261.BottomSurface = Enum.SurfaceType.Smooth
  2694. Part261.TopSurface = Enum.SurfaceType.Smooth
  2695. Part261.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2696. Part261.Position = Vector3.new(-21.0000515, 0.469999999, -47.75)
  2697. Part261.Orientation = Vector3.new(0, 90, 0)
  2698. Part261.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2699. Part262.Parent = Model257
  2700. Part262.Material = Enum.Material.Wood
  2701. Part262.BrickColor = BrickColor.new("Medium red")
  2702. Part262.Rotation = Vector3.new(0, 90, 0)
  2703. Part262.Anchored = true
  2704. Part262.Size = Vector3.new(0.5, 0.75, 0.5)
  2705. Part262.CFrame = CFrame.new(-18.7500172, 0.469999999, -47.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2706. Part262.BottomSurface = Enum.SurfaceType.Smooth
  2707. Part262.TopSurface = Enum.SurfaceType.Smooth
  2708. Part262.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2709. Part262.Position = Vector3.new(-18.7500172, 0.469999999, -47.75)
  2710. Part262.Orientation = Vector3.new(0, 90, 0)
  2711. Part262.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2712. Seat263.Parent = Model257
  2713. Seat263.Material = Enum.Material.Wood
  2714. Seat263.BrickColor = BrickColor.new("Medium red")
  2715. Seat263.Rotation = Vector3.new(0, 90, 0)
  2716. Seat263.Anchored = true
  2717. Seat263.Size = Vector3.new(2.25, 1.25, 2.75)
  2718. Seat263.CFrame = CFrame.new(-19.8750305, 1.47500002, -46.875, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2719. Seat263.BottomSurface = Enum.SurfaceType.Smooth
  2720. Seat263.TopSurface = Enum.SurfaceType.Smooth
  2721. Seat263.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2722. Seat263.Position = Vector3.new(-19.8750305, 1.47500002, -46.875)
  2723. Seat263.Orientation = Vector3.new(0, 90, 0)
  2724. Seat263.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2725. Model264.Name = "table"
  2726. Model264.Parent = Model235
  2727. Part265.Parent = Model264
  2728. Part265.Material = Enum.Material.Metal
  2729. Part265.BrickColor = BrickColor.new("Black")
  2730. Part265.Anchored = true
  2731. Part265.Size = Vector3.new(0.5, 3.25, 0.5)
  2732. Part265.CFrame = CFrame.new(-24.25, 1.7249999, -47, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2733. Part265.BottomSurface = Enum.SurfaceType.Smooth
  2734. Part265.TopSurface = Enum.SurfaceType.Smooth
  2735. Part265.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2736. Part265.Position = Vector3.new(-24.25, 1.7249999, -47)
  2737. Part265.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2738. Part266.Parent = Model264
  2739. Part266.Material = Enum.Material.Metal
  2740. Part266.BrickColor = BrickColor.new("Black")
  2741. Part266.Anchored = true
  2742. Part266.Size = Vector3.new(6.5, 0.25, 5.5)
  2743. Part266.CFrame = CFrame.new(-24.5, 3.4749999, -47, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2744. Part266.BottomSurface = Enum.SurfaceType.Smooth
  2745. Part266.TopSurface = Enum.SurfaceType.Smooth
  2746. Part266.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2747. Part266.Position = Vector3.new(-24.5, 3.4749999, -47)
  2748. Part266.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2749. Model267.Name = "seetz etc"
  2750. Model267.Parent = Model0
  2751. Model268.Name = "seet"
  2752. Model268.Parent = Model267
  2753. Part269.Parent = Model268
  2754. Part269.Material = Enum.Material.Wood
  2755. Part269.BrickColor = BrickColor.new("Medium red")
  2756. Part269.Anchored = true
  2757. Part269.Size = Vector3.new(2.25, 3, 0.75)
  2758. Part269.CFrame = CFrame.new(-24.375, 3.5999999, -58.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2759. Part269.BottomSurface = Enum.SurfaceType.Smooth
  2760. Part269.TopSurface = Enum.SurfaceType.Smooth
  2761. Part269.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2762. Part269.Position = Vector3.new(-24.375, 3.5999999, -58.875)
  2763. Part269.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2764. Part270.Parent = Model268
  2765. Part270.Material = Enum.Material.Wood
  2766. Part270.BrickColor = BrickColor.new("Medium red")
  2767. Part270.Anchored = true
  2768. Part270.Size = Vector3.new(0.5, 0.75, 0.5)
  2769. Part270.CFrame = CFrame.new(-25.25, 0.474999905, -58.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2770. Part270.BottomSurface = Enum.SurfaceType.Smooth
  2771. Part270.TopSurface = Enum.SurfaceType.Smooth
  2772. Part270.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2773. Part270.Position = Vector3.new(-25.25, 0.474999905, -58.75)
  2774. Part270.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2775. Part271.Parent = Model268
  2776. Part271.Material = Enum.Material.Wood
  2777. Part271.BrickColor = BrickColor.new("Medium red")
  2778. Part271.Anchored = true
  2779. Part271.Size = Vector3.new(0.5, 0.75, 0.5)
  2780. Part271.CFrame = CFrame.new(-25.25, 0.474999905, -61, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2781. Part271.BottomSurface = Enum.SurfaceType.Smooth
  2782. Part271.TopSurface = Enum.SurfaceType.Smooth
  2783. Part271.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2784. Part271.Position = Vector3.new(-25.25, 0.474999905, -61)
  2785. Part271.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2786. Part272.Parent = Model268
  2787. Part272.Material = Enum.Material.Wood
  2788. Part272.BrickColor = BrickColor.new("Medium red")
  2789. Part272.Anchored = true
  2790. Part272.Size = Vector3.new(0.5, 0.75, 0.5)
  2791. Part272.CFrame = CFrame.new(-23.5, 0.469999999, -61, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2792. Part272.BottomSurface = Enum.SurfaceType.Smooth
  2793. Part272.TopSurface = Enum.SurfaceType.Smooth
  2794. Part272.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2795. Part272.Position = Vector3.new(-23.5, 0.469999999, -61)
  2796. Part272.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2797. Part273.Parent = Model268
  2798. Part273.Material = Enum.Material.Wood
  2799. Part273.BrickColor = BrickColor.new("Medium red")
  2800. Part273.Anchored = true
  2801. Part273.Size = Vector3.new(0.5, 0.75, 0.5)
  2802. Part273.CFrame = CFrame.new(-23.5, 0.469999999, -58.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2803. Part273.BottomSurface = Enum.SurfaceType.Smooth
  2804. Part273.TopSurface = Enum.SurfaceType.Smooth
  2805. Part273.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2806. Part273.Position = Vector3.new(-23.5, 0.469999999, -58.75)
  2807. Part273.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2808. Seat274.Parent = Model268
  2809. Seat274.Material = Enum.Material.Wood
  2810. Seat274.BrickColor = BrickColor.new("Medium red")
  2811. Seat274.Anchored = true
  2812. Seat274.Size = Vector3.new(2.25, 1.25, 2.75)
  2813. Seat274.CFrame = CFrame.new(-24.375, 1.4749999, -59.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2814. Seat274.BottomSurface = Enum.SurfaceType.Smooth
  2815. Seat274.TopSurface = Enum.SurfaceType.Smooth
  2816. Seat274.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2817. Seat274.Position = Vector3.new(-24.375, 1.4749999, -59.875)
  2818. Seat274.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2819. Model275.Name = "seet"
  2820. Model275.Parent = Model267
  2821. Part276.Parent = Model275
  2822. Part276.Material = Enum.Material.Wood
  2823. Part276.BrickColor = BrickColor.new("Medium red")
  2824. Part276.Rotation = Vector3.new(-180, 0, -180)
  2825. Part276.Anchored = true
  2826. Part276.Size = Vector3.new(2.25, 3, 0.75)
  2827. Part276.CFrame = CFrame.new(-24.3750572, 3.5999999, -68.3750229, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2828. Part276.BottomSurface = Enum.SurfaceType.Smooth
  2829. Part276.TopSurface = Enum.SurfaceType.Smooth
  2830. Part276.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2831. Part276.Position = Vector3.new(-24.3750572, 3.5999999, -68.3750229)
  2832. Part276.Orientation = Vector3.new(0, 180, 0)
  2833. Part276.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2834. Part277.Parent = Model275
  2835. Part277.Material = Enum.Material.Wood
  2836. Part277.BrickColor = BrickColor.new("Medium red")
  2837. Part277.Rotation = Vector3.new(-180, 0, -180)
  2838. Part277.Anchored = true
  2839. Part277.Size = Vector3.new(0.5, 0.75, 0.5)
  2840. Part277.CFrame = CFrame.new(-23.5000439, 0.474999994, -68.5000305, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2841. Part277.BottomSurface = Enum.SurfaceType.Smooth
  2842. Part277.TopSurface = Enum.SurfaceType.Smooth
  2843. Part277.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2844. Part277.Position = Vector3.new(-23.5000439, 0.474999994, -68.5000305)
  2845. Part277.Orientation = Vector3.new(0, 180, 0)
  2846. Part277.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2847. Part278.Parent = Model275
  2848. Part278.Material = Enum.Material.Wood
  2849. Part278.BrickColor = BrickColor.new("Medium red")
  2850. Part278.Rotation = Vector3.new(-180, 0, -180)
  2851. Part278.Anchored = true
  2852. Part278.Size = Vector3.new(0.5, 0.75, 0.5)
  2853. Part278.CFrame = CFrame.new(-23.5000687, 0.474999994, -66.2500076, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2854. Part278.BottomSurface = Enum.SurfaceType.Smooth
  2855. Part278.TopSurface = Enum.SurfaceType.Smooth
  2856. Part278.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2857. Part278.Position = Vector3.new(-23.5000687, 0.474999994, -66.2500076)
  2858. Part278.Orientation = Vector3.new(0, 180, 0)
  2859. Part278.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2860. Part279.Parent = Model275
  2861. Part279.Material = Enum.Material.Wood
  2862. Part279.BrickColor = BrickColor.new("Medium red")
  2863. Part279.Rotation = Vector3.new(-180, 0, -180)
  2864. Part279.Anchored = true
  2865. Part279.Size = Vector3.new(0.5, 0.75, 0.5)
  2866. Part279.CFrame = CFrame.new(-25.250061, 0.469999999, -66.2500153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2867. Part279.BottomSurface = Enum.SurfaceType.Smooth
  2868. Part279.TopSurface = Enum.SurfaceType.Smooth
  2869. Part279.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2870. Part279.Position = Vector3.new(-25.250061, 0.469999999, -66.2500153)
  2871. Part279.Orientation = Vector3.new(0, 180, 0)
  2872. Part279.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2873. Part280.Parent = Model275
  2874. Part280.Material = Enum.Material.Wood
  2875. Part280.BrickColor = BrickColor.new("Medium red")
  2876. Part280.Rotation = Vector3.new(-180, 0, -180)
  2877. Part280.Anchored = true
  2878. Part280.Size = Vector3.new(0.5, 0.75, 0.5)
  2879. Part280.CFrame = CFrame.new(-25.2500687, 0.469999999, -68.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2880. Part280.BottomSurface = Enum.SurfaceType.Smooth
  2881. Part280.TopSurface = Enum.SurfaceType.Smooth
  2882. Part280.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2883. Part280.Position = Vector3.new(-25.2500687, 0.469999999, -68.5000153)
  2884. Part280.Orientation = Vector3.new(0, 180, 0)
  2885. Part280.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2886. Seat281.Parent = Model275
  2887. Seat281.Material = Enum.Material.Wood
  2888. Seat281.BrickColor = BrickColor.new("Medium red")
  2889. Seat281.Rotation = Vector3.new(-180, 0, -180)
  2890. Seat281.Anchored = true
  2891. Seat281.Size = Vector3.new(2.25, 1.25, 2.75)
  2892. Seat281.CFrame = CFrame.new(-24.375061, 1.47500002, -67.3750153, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2893. Seat281.BottomSurface = Enum.SurfaceType.Smooth
  2894. Seat281.TopSurface = Enum.SurfaceType.Smooth
  2895. Seat281.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2896. Seat281.Position = Vector3.new(-24.375061, 1.47500002, -67.3750153)
  2897. Seat281.Orientation = Vector3.new(0, 180, 0)
  2898. Seat281.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2899. Model282.Name = "seet"
  2900. Model282.Parent = Model267
  2901. Part283.Parent = Model282
  2902. Part283.Material = Enum.Material.Wood
  2903. Part283.BrickColor = BrickColor.new("Medium red")
  2904. Part283.Rotation = Vector3.new(0, -90, 0)
  2905. Part283.Anchored = true
  2906. Part283.Size = Vector3.new(2.25, 3, 0.75)
  2907. Part283.CFrame = CFrame.new(-29.8750076, 3.5999999, -63.625, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2908. Part283.BottomSurface = Enum.SurfaceType.Smooth
  2909. Part283.TopSurface = Enum.SurfaceType.Smooth
  2910. Part283.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2911. Part283.Position = Vector3.new(-29.8750076, 3.5999999, -63.625)
  2912. Part283.Orientation = Vector3.new(0, -90, 0)
  2913. Part283.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2914. Part284.Parent = Model282
  2915. Part284.Material = Enum.Material.Wood
  2916. Part284.BrickColor = BrickColor.new("Medium red")
  2917. Part284.Rotation = Vector3.new(0, -90, 0)
  2918. Part284.Anchored = true
  2919. Part284.Size = Vector3.new(0.5, 0.75, 0.5)
  2920. Part284.CFrame = CFrame.new(-30.0000153, 0.474999994, -64.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2921. Part284.BottomSurface = Enum.SurfaceType.Smooth
  2922. Part284.TopSurface = Enum.SurfaceType.Smooth
  2923. Part284.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2924. Part284.Position = Vector3.new(-30.0000153, 0.474999994, -64.5)
  2925. Part284.Orientation = Vector3.new(0, -90, 0)
  2926. Part284.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2927. Part285.Parent = Model282
  2928. Part285.Material = Enum.Material.Wood
  2929. Part285.BrickColor = BrickColor.new("Medium red")
  2930. Part285.Rotation = Vector3.new(0, -90, 0)
  2931. Part285.Anchored = true
  2932. Part285.Size = Vector3.new(0.5, 0.75, 0.5)
  2933. Part285.CFrame = CFrame.new(-27.7500057, 0.474999994, -64.4999924, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2934. Part285.BottomSurface = Enum.SurfaceType.Smooth
  2935. Part285.TopSurface = Enum.SurfaceType.Smooth
  2936. Part285.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2937. Part285.Position = Vector3.new(-27.7500057, 0.474999994, -64.4999924)
  2938. Part285.Orientation = Vector3.new(0, -90, 0)
  2939. Part285.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2940. Part286.Parent = Model282
  2941. Part286.Material = Enum.Material.Wood
  2942. Part286.BrickColor = BrickColor.new("Medium red")
  2943. Part286.Rotation = Vector3.new(0, -90, 0)
  2944. Part286.Anchored = true
  2945. Part286.Size = Vector3.new(0.5, 0.75, 0.5)
  2946. Part286.CFrame = CFrame.new(-27.7499981, 0.469999999, -62.75, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2947. Part286.BottomSurface = Enum.SurfaceType.Smooth
  2948. Part286.TopSurface = Enum.SurfaceType.Smooth
  2949. Part286.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2950. Part286.Position = Vector3.new(-27.7499981, 0.469999999, -62.75)
  2951. Part286.Orientation = Vector3.new(0, -90, 0)
  2952. Part286.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2953. Part287.Parent = Model282
  2954. Part287.Material = Enum.Material.Wood
  2955. Part287.BrickColor = BrickColor.new("Medium red")
  2956. Part287.Rotation = Vector3.new(0, -90, 0)
  2957. Part287.Anchored = true
  2958. Part287.Size = Vector3.new(0.5, 0.75, 0.5)
  2959. Part287.CFrame = CFrame.new(-30.0000038, 0.469999999, -62.75, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2960. Part287.BottomSurface = Enum.SurfaceType.Smooth
  2961. Part287.TopSurface = Enum.SurfaceType.Smooth
  2962. Part287.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2963. Part287.Position = Vector3.new(-30.0000038, 0.469999999, -62.75)
  2964. Part287.Orientation = Vector3.new(0, -90, 0)
  2965. Part287.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2966. Seat288.Parent = Model282
  2967. Seat288.Material = Enum.Material.Wood
  2968. Seat288.BrickColor = BrickColor.new("Medium red")
  2969. Seat288.Rotation = Vector3.new(0, -90, 0)
  2970. Seat288.Anchored = true
  2971. Seat288.Size = Vector3.new(2.25, 1.25, 2.75)
  2972. Seat288.CFrame = CFrame.new(-28.875, 1.47500002, -63.625, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2973. Seat288.BottomSurface = Enum.SurfaceType.Smooth
  2974. Seat288.TopSurface = Enum.SurfaceType.Smooth
  2975. Seat288.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2976. Seat288.Position = Vector3.new(-28.875, 1.47500002, -63.625)
  2977. Seat288.Orientation = Vector3.new(0, -90, 0)
  2978. Seat288.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2979. Model289.Name = "seet"
  2980. Model289.Parent = Model267
  2981. Part290.Parent = Model289
  2982. Part290.Material = Enum.Material.Wood
  2983. Part290.BrickColor = BrickColor.new("Medium red")
  2984. Part290.Rotation = Vector3.new(0, 90, 0)
  2985. Part290.Anchored = true
  2986. Part290.Size = Vector3.new(2.25, 3, 0.75)
  2987. Part290.CFrame = CFrame.new(-18.8750267, 3.5999999, -63.6250153, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2988. Part290.BottomSurface = Enum.SurfaceType.Smooth
  2989. Part290.TopSurface = Enum.SurfaceType.Smooth
  2990. Part290.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2991. Part290.Position = Vector3.new(-18.8750267, 3.5999999, -63.6250153)
  2992. Part290.Orientation = Vector3.new(0, 90, 0)
  2993. Part290.Color = Color3.new(0.854902, 0.52549, 0.478431)
  2994. Part291.Parent = Model289
  2995. Part291.Material = Enum.Material.Wood
  2996. Part291.BrickColor = BrickColor.new("Medium red")
  2997. Part291.Rotation = Vector3.new(0, 90, 0)
  2998. Part291.Anchored = true
  2999. Part291.Size = Vector3.new(0.5, 0.75, 0.5)
  3000. Part291.CFrame = CFrame.new(-18.7499924, 0.474999994, -62.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3001. Part291.BottomSurface = Enum.SurfaceType.Smooth
  3002. Part291.TopSurface = Enum.SurfaceType.Smooth
  3003. Part291.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3004. Part291.Position = Vector3.new(-18.7499924, 0.474999994, -62.75)
  3005. Part291.Orientation = Vector3.new(0, 90, 0)
  3006. Part291.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3007. Part292.Parent = Model289
  3008. Part292.Material = Enum.Material.Wood
  3009. Part292.BrickColor = BrickColor.new("Medium red")
  3010. Part292.Rotation = Vector3.new(0, 90, 0)
  3011. Part292.Anchored = true
  3012. Part292.Size = Vector3.new(0.5, 0.75, 0.5)
  3013. Part292.CFrame = CFrame.new(-21.0000343, 0.474999994, -62.75, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3014. Part292.BottomSurface = Enum.SurfaceType.Smooth
  3015. Part292.TopSurface = Enum.SurfaceType.Smooth
  3016. Part292.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3017. Part292.Position = Vector3.new(-21.0000343, 0.474999994, -62.75)
  3018. Part292.Orientation = Vector3.new(0, 90, 0)
  3019. Part292.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3020. Part293.Parent = Model289
  3021. Part293.Material = Enum.Material.Wood
  3022. Part293.BrickColor = BrickColor.new("Medium red")
  3023. Part293.Rotation = Vector3.new(0, 90, 0)
  3024. Part293.Anchored = true
  3025. Part293.Size = Vector3.new(0.5, 0.75, 0.5)
  3026. Part293.CFrame = CFrame.new(-21.0000515, 0.469999999, -64.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3027. Part293.BottomSurface = Enum.SurfaceType.Smooth
  3028. Part293.TopSurface = Enum.SurfaceType.Smooth
  3029. Part293.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3030. Part293.Position = Vector3.new(-21.0000515, 0.469999999, -64.5)
  3031. Part293.Orientation = Vector3.new(0, 90, 0)
  3032. Part293.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3033. Part294.Parent = Model289
  3034. Part294.Material = Enum.Material.Wood
  3035. Part294.BrickColor = BrickColor.new("Medium red")
  3036. Part294.Rotation = Vector3.new(0, 90, 0)
  3037. Part294.Anchored = true
  3038. Part294.Size = Vector3.new(0.5, 0.75, 0.5)
  3039. Part294.CFrame = CFrame.new(-18.7500172, 0.469999999, -64.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3040. Part294.BottomSurface = Enum.SurfaceType.Smooth
  3041. Part294.TopSurface = Enum.SurfaceType.Smooth
  3042. Part294.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3043. Part294.Position = Vector3.new(-18.7500172, 0.469999999, -64.5)
  3044. Part294.Orientation = Vector3.new(0, 90, 0)
  3045. Part294.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3046. Seat295.Parent = Model289
  3047. Seat295.Material = Enum.Material.Wood
  3048. Seat295.BrickColor = BrickColor.new("Medium red")
  3049. Seat295.Rotation = Vector3.new(0, 90, 0)
  3050. Seat295.Anchored = true
  3051. Seat295.Size = Vector3.new(2.25, 1.25, 2.75)
  3052. Seat295.CFrame = CFrame.new(-19.8750305, 1.47500002, -63.625, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3053. Seat295.BottomSurface = Enum.SurfaceType.Smooth
  3054. Seat295.TopSurface = Enum.SurfaceType.Smooth
  3055. Seat295.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3056. Seat295.Position = Vector3.new(-19.8750305, 1.47500002, -63.625)
  3057. Seat295.Orientation = Vector3.new(0, 90, 0)
  3058. Seat295.Color = Color3.new(0.854902, 0.52549, 0.478431)
  3059. Model296.Name = "table"
  3060. Model296.Parent = Model267
  3061. Part297.Parent = Model296
  3062. Part297.Material = Enum.Material.Metal
  3063. Part297.BrickColor = BrickColor.new("Black")
  3064. Part297.Anchored = true
  3065. Part297.Size = Vector3.new(0.5, 3.25, 0.5)
  3066. Part297.CFrame = CFrame.new(-24.25, 1.7249999, -63.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3067. Part297.BottomSurface = Enum.SurfaceType.Smooth
  3068. Part297.TopSurface = Enum.SurfaceType.Smooth
  3069. Part297.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3070. Part297.Position = Vector3.new(-24.25, 1.7249999, -63.75)
  3071. Part297.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3072. Part298.Parent = Model296
  3073. Part298.Material = Enum.Material.Metal
  3074. Part298.BrickColor = BrickColor.new("Black")
  3075. Part298.Anchored = true
  3076. Part298.Size = Vector3.new(6.5, 0.25, 5.5)
  3077. Part298.CFrame = CFrame.new(-24.5, 3.4749999, -63.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3078. Part298.BottomSurface = Enum.SurfaceType.Smooth
  3079. Part298.TopSurface = Enum.SurfaceType.Smooth
  3080. Part298.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3081. Part298.Position = Vector3.new(-24.5, 3.4749999, -63.75)
  3082. Part298.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3083. Model299.Name = "Rufus14 (Creator)"
  3084. Model299.Parent = Model0
  3085. Model299.PrimaryPart = Part300
  3086. Part300.Name = "Head"
  3087. Part300.Parent = Model299
  3088. Part300.BrickColor = BrickColor.new("Pastel brown")
  3089. Part300.Rotation = Vector3.new(-165.019989, -9.40999985, -174.849991)
  3090. Part300.Locked = true
  3091. Part300.FormFactor = Enum.FormFactor.Symmetric
  3092. Part300.Size = Vector3.new(2, 1, 1)
  3093. Part300.CFrame = CFrame.new(15.5587091, 4.53199911, -85.0252075, -0.982551157, 0.0885212868, -0.163576201, 0.0445790105, 0.965925992, 0.254950583, 0.180571035, 0.243209943, -0.953017771)
  3094. Part300.TopSurface = Enum.SurfaceType.Smooth
  3095. Part300.Color = Color3.new(1, 0.8, 0.6)
  3096. Part300.Position = Vector3.new(15.5587091, 4.53199911, -85.0252075)
  3097. Part300.Orientation = Vector3.new(-14.7699995, -170.259995, 2.63999987)
  3098. Part300.Color = Color3.new(1, 0.8, 0.6)
  3099. SpecialMesh301.Parent = Part300
  3100. SpecialMesh301.Scale = Vector3.new(1.25, 1.25, 1.25)
  3101. SpecialMesh301.Scale = Vector3.new(1.25, 1.25, 1.25)
  3102. Sound302.Name = "GettingUp"
  3103. Sound302.Parent = Part300
  3104. Sound302.SoundId = "rbxasset://sounds/action_get_up.mp3"
  3105. Sound302.Volume = 0.64999997615814
  3106. Sound303.Name = "Died"
  3107. Sound303.Parent = Part300
  3108. Sound303.SoundId = "rbxasset://sounds/uuhhh.mp3"
  3109. Sound303.Volume = 0.64999997615814
  3110. Sound304.Name = "FreeFalling"
  3111. Sound304.Parent = Part300
  3112. Sound304.SoundId = "rbxasset://sounds/action_falling.mp3"
  3113. Sound304.Volume = 0
  3114. Sound304.Looped = true
  3115. Sound305.Name = "Jumping"
  3116. Sound305.Parent = Part300
  3117. Sound305.SoundId = "rbxasset://sounds/action_jump.mp3"
  3118. Sound305.Volume = 0.64999997615814
  3119. Sound306.Name = "Landing"
  3120. Sound306.Parent = Part300
  3121. Sound306.SoundId = "rbxasset://sounds/action_jump_land.mp3"
  3122. Sound306.Volume = 0.64999997615814
  3123. Sound307.Name = "Splash"
  3124. Sound307.Parent = Part300
  3125. Sound307.SoundId = "rbxasset://sounds/impact_water.mp3"
  3126. Sound307.Volume = 0.64999997615814
  3127. Sound308.Name = "Running"
  3128. Sound308.Parent = Part300
  3129. Sound308.Pitch = 1.8500000238419
  3130. Sound308.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  3131. Sound308.Volume = 0.64999997615814
  3132. Sound308.Looped = true
  3133. Sound309.Name = "Swimming"
  3134. Sound309.Parent = Part300
  3135. Sound309.Pitch = 1.6000000238419
  3136. Sound309.SoundId = "rbxasset://sounds/action_swim.mp3"
  3137. Sound309.Volume = 0.64999997615814
  3138. Sound309.Looped = true
  3139. Sound310.Name = "Climbing"
  3140. Sound310.Parent = Part300
  3141. Sound310.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  3142. Sound310.Volume = 0.64999997615814
  3143. Sound310.Looped = true
  3144. Decal311.Name = "face"
  3145. Decal311.Parent = Part300
  3146. Decal311.Texture = "http://www.roblox.com/asset/?id=7074780"
  3147. Weld312.Name = "HeadWeld"
  3148. Weld312.Parent = Part300
  3149. Weld312.C0 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3150. Weld312.C1 = CFrame.new(0, 0.800000012, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3151. Weld312.Part0 = Part300
  3152. Weld312.Part1 = Part333
  3153. Weld313.Name = "HeadWeld"
  3154. Weld313.Parent = Part300
  3155. Weld313.C0 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3156. Weld313.C1 = CFrame.new(1.10000002, 0.419999987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3157. Weld313.Part0 = Part300
  3158. Weld313.Part1 = Part337
  3159. Weld314.Name = "HeadWeld"
  3160. Weld314.Parent = Part300
  3161. Weld314.C0 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3162. Weld314.C1 = CFrame.new(0, 0.0900000036, 0.180000007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3163. Weld314.Part0 = Part300
  3164. Weld314.Part1 = Part340
  3165. Part315.Name = "Torso"
  3166. Part315.Parent = Model299
  3167. Part315.BrickColor = BrickColor.new("Lime green")
  3168. Part315.Rotation = Vector3.new(-180, 9.92000008, 180)
  3169. Part315.Locked = true
  3170. Part315.FormFactor = Enum.FormFactor.Symmetric
  3171. Part315.Size = Vector3.new(2, 2, 1)
  3172. Part315.CFrame = CFrame.new(15.5829067, 3.00002289, -85.130867, -0.985055268, -9.46475376e-26, 0.17223841, 2.46632278e-26, 1, 6.90567111e-25, -0.17223841, 6.84494706e-25, -0.985055268)
  3173. Part315.LeftSurface = Enum.SurfaceType.Weld
  3174. Part315.RightSurface = Enum.SurfaceType.Weld
  3175. Part315.Color = Color3.new(0, 1, 0)
  3176. Part315.Position = Vector3.new(15.5829067, 3.00002289, -85.130867)
  3177. Part315.Orientation = Vector3.new(0, 170.080002, 0)
  3178. Part315.Color = Color3.new(0, 1, 0)
  3179. Decal316.Name = "roblox"
  3180. Decal316.Parent = Part315
  3181. Motor6D317.Name = "Right Hip"
  3182. Motor6D317.Parent = Part315
  3183. Motor6D317.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  3184. Motor6D317.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  3185. Motor6D317.Part0 = Part315
  3186. Motor6D317.Part1 = Part326
  3187. Motor6D317.MaxVelocity = 0.10000000149012
  3188. Motor6D318.Name = "Left Hip"
  3189. Motor6D318.Parent = Part315
  3190. Motor6D318.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3191. Motor6D318.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3192. Motor6D318.Part0 = Part315
  3193. Motor6D318.Part1 = Part324
  3194. Motor6D318.MaxVelocity = 0.10000000149012
  3195. Weld319.Parent = Part315
  3196. Weld319.C0 = CFrame.new(0.00563812256, 1.53197622, -0.10824585, 0.936765969, -0.129088461, 0.325277865, 0.0445790105, 0.965925992, 0.254950583, -0.347105503, -0.224328473, 0.910601139)
  3197. Weld319.Part0 = Part315
  3198. Weld319.Part1 = Part300
  3199. Weld320.Parent = Part315
  3200. Weld320.C0 = CFrame.new(1.35841465, 0.260817051, -0.931007385, 0.991728783, 0.122096598, 0.0395796672, 0.00720999902, 0.254887879, -0.966943741, -0.128148943, 0.959231138, 0.251899302)
  3201. Weld320.Part0 = Part315
  3202. Weld320.Part1 = Part323
  3203. Weld321.Parent = Part315
  3204. Weld321.C0 = CFrame.new(-1.61677265, 0.239180088, -0.546562195, 0.991728783, 0.122096598, 0.0395796672, 0.00720999902, 0.254887879, -0.966943741, -0.128148943, 0.959231138, 0.251899302)
  3205. Weld321.Part0 = Part315
  3206. Weld321.Part1 = Part322
  3207. Part322.Name = "Left Arm"
  3208. Part322.Parent = Model299
  3209. Part322.BrickColor = BrickColor.new("Pastel brown")
  3210. Part322.Rotation = Vector3.new(104.769997, 0.25, -177.419998)
  3211. Part322.CanCollide = false
  3212. Part322.Locked = true
  3213. Part322.FormFactor = Enum.FormFactor.Symmetric
  3214. Part322.Size = Vector3.new(1, 2, 1)
  3215. Part322.CFrame = CFrame.new(17.0813789, 3.23920298, -84.314003, -0.998979867, 0.0449445471, 0.00439857692, 0.00720999902, 0.254887879, -0.966943741, -0.0445799977, -0.965925395, -0.254951864)
  3216. Part322.Color = Color3.new(1, 0.8, 0.6)
  3217. Part322.Position = Vector3.new(17.0813789, 3.23920298, -84.314003)
  3218. Part322.Orientation = Vector3.new(75.2299957, 179.009995, 1.62)
  3219. Part322.Color = Color3.new(1, 0.8, 0.6)
  3220. Part323.Name = "Right Arm"
  3221. Part323.Parent = Model299
  3222. Part323.BrickColor = BrickColor.new("Pastel brown")
  3223. Part323.Rotation = Vector3.new(104.769997, 0.25, -177.419998)
  3224. Part323.CanCollide = false
  3225. Part323.Locked = true
  3226. Part323.FormFactor = Enum.FormFactor.Symmetric
  3227. Part323.Size = Vector3.new(1, 2, 1)
  3228. Part323.CFrame = CFrame.new(14.0844383, 3.26083994, -84.4477463, -0.998979867, 0.0449445471, 0.00439857692, 0.00720999902, 0.254887879, -0.966943741, -0.0445799977, -0.965925395, -0.254951864)
  3229. Part323.Color = Color3.new(1, 0.8, 0.6)
  3230. Part323.Position = Vector3.new(14.0844383, 3.26083994, -84.4477463)
  3231. Part323.Orientation = Vector3.new(75.2299957, 179.009995, 1.62)
  3232. Part323.Color = Color3.new(1, 0.8, 0.6)
  3233. Part324.Name = "Left Leg"
  3234. Part324.Parent = Model299
  3235. Part324.BrickColor = BrickColor.new("Really black")
  3236. Part324.Rotation = Vector3.new(-180, 9.92000008, 180)
  3237. Part324.CanCollide = false
  3238. Part324.Locked = true
  3239. Part324.FormFactor = Enum.FormFactor.Symmetric
  3240. Part324.Size = Vector3.new(1, 2, 1)
  3241. Part324.CFrame = CFrame.new(16.0754337, 1.00002289, -85.0447464, -0.985055268, -9.46475376e-26, 0.17223841, 2.46632278e-26, 1, 6.90567111e-25, -0.17223841, 6.84494706e-25, -0.985055268)
  3242. Part324.BottomSurface = Enum.SurfaceType.Smooth
  3243. Part324.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3244. Part324.Position = Vector3.new(16.0754337, 1.00002289, -85.0447464)
  3245. Part324.Orientation = Vector3.new(0, 170.080002, 0)
  3246. Part324.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3247. Attachment325.Name = "LeftFootAttachment"
  3248. Attachment325.Parent = Part324
  3249. Attachment325.CFrame = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3250. Attachment325.Position = Vector3.new(0, -1, 0)
  3251. Part326.Name = "Right Leg"
  3252. Part326.Parent = Model299
  3253. Part326.BrickColor = BrickColor.new("Really black")
  3254. Part326.Rotation = Vector3.new(-180, 9.92000008, 180)
  3255. Part326.CanCollide = false
  3256. Part326.Locked = true
  3257. Part326.FormFactor = Enum.FormFactor.Symmetric
  3258. Part326.Size = Vector3.new(1, 2, 1)
  3259. Part326.CFrame = CFrame.new(15.0903788, 1.00002289, -85.2169876, -0.985055268, -9.46475376e-26, 0.17223841, 2.46632278e-26, 1, 6.90567111e-25, -0.17223841, 6.84494706e-25, -0.985055268)
  3260. Part326.BottomSurface = Enum.SurfaceType.Smooth
  3261. Part326.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3262. Part326.Position = Vector3.new(15.0903788, 1.00002289, -85.2169876)
  3263. Part326.Orientation = Vector3.new(0, 170.080002, 0)
  3264. Part326.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3265. Humanoid327.Parent = Model299
  3266. Humanoid327.RightLeg = Part326
  3267. Humanoid327.LeftLeg = Part324
  3268. Humanoid327.Torso = Part328
  3269. Humanoid327.MaxHealth = 0
  3270. Part328.Name = "HumanoidRootPart"
  3271. Part328.Parent = Model299
  3272. Part328.Transparency = 1
  3273. Part328.Rotation = Vector3.new(-180, 9.92000008, 180)
  3274. Part328.CanCollide = false
  3275. Part328.Locked = true
  3276. Part328.FormFactor = Enum.FormFactor.Symmetric
  3277. Part328.Size = Vector3.new(2, 2, 1)
  3278. Part328.CFrame = CFrame.new(15.5829067, 3.00002289, -85.130867, -0.985055268, -9.46475376e-26, 0.17223841, 2.46632278e-26, 1, 6.90567111e-25, -0.17223841, 6.84494706e-25, -0.985055268)
  3279. Part328.BottomSurface = Enum.SurfaceType.Smooth
  3280. Part328.TopSurface = Enum.SurfaceType.Smooth
  3281. Part328.Position = Vector3.new(15.5829067, 3.00002289, -85.130867)
  3282. Part328.Orientation = Vector3.new(0, 170.080002, 0)
  3283. Attachment329.Name = "RootAttachment"
  3284. Attachment329.Parent = Part328
  3285. Motor6D330.Name = "RootJoint"
  3286. Motor6D330.Parent = Part328
  3287. Motor6D330.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  3288. Motor6D330.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  3289. Motor6D330.Part0 = Part328
  3290. Motor6D330.Part1 = Part315
  3291. Motor6D330.MaxVelocity = 0.10000000149012
  3292. BodyColors331.Parent = Model299
  3293. BodyColors331.HeadColor = BrickColor.new("Pastel brown")
  3294. BodyColors331.LeftArmColor = BrickColor.new("Pastel brown")
  3295. BodyColors331.LeftLegColor = BrickColor.new("Really black")
  3296. BodyColors331.RightArmColor = BrickColor.new("Pastel brown")
  3297. BodyColors331.RightLegColor = BrickColor.new("Really black")
  3298. BodyColors331.TorsoColor = BrickColor.new("Lime green")
  3299. Accessory332.Name = "Bandana"
  3300. Accessory332.Parent = Model299
  3301. Accessory332.AttachmentPos = Vector3.new(0, 0.800000012, 0)
  3302. Part333.Name = "Handle"
  3303. Part333.Parent = Accessory332
  3304. Part333.Rotation = Vector3.new(-165.019989, -9.40999985, -174.849991)
  3305. Part333.CanCollide = false
  3306. Part333.Locked = true
  3307. Part333.FormFactor = Enum.FormFactor.Symmetric
  3308. Part333.Size = Vector3.new(1, 1, 1)
  3309. Part333.CFrame = CFrame.new(15.5321531, 4.24222136, -85.0981674, -0.982551157, 0.0885212868, -0.163576201, 0.0445790105, 0.965925992, 0.254950583, 0.180571035, 0.243209943, -0.953017771)
  3310. Part333.BottomSurface = Enum.SurfaceType.Smooth
  3311. Part333.TopSurface = Enum.SurfaceType.Smooth
  3312. Part333.Position = Vector3.new(15.5321531, 4.24222136, -85.0981674)
  3313. Part333.Orientation = Vector3.new(-14.7699995, -170.259995, 2.63999987)
  3314. SpecialMesh334.Parent = Part333
  3315. SpecialMesh334.MeshId = "http://www.roblox.com/asset/?id=20637493"
  3316. SpecialMesh334.Scale = Vector3.new(1, 0.899999976, 1)
  3317. SpecialMesh334.TextureId = "http://www.roblox.com/asset/?id=143631818 "
  3318. SpecialMesh334.MeshType = Enum.MeshType.FileMesh
  3319. SpecialMesh334.Scale = Vector3.new(1, 0.899999976, 1)
  3320. Vector3Value335.Name = "OriginalSize"
  3321. Vector3Value335.Parent = Part333
  3322. Vector3Value335.Value = Vector3.new(1, 1, 1)
  3323. Accessory336.Name = "PolarBearBLOXikin"
  3324. Accessory336.Parent = Model299
  3325. Accessory336.AttachmentPos = Vector3.new(1.10000002, 0.419999987, 0)
  3326. Part337.Name = "Handle"
  3327. Part337.Parent = Accessory336
  3328. Part337.Rotation = Vector3.new(-165.019989, -9.40999985, -174.849991)
  3329. Part337.CanCollide = false
  3330. Part337.Locked = true
  3331. Part337.FormFactor = Enum.FormFactor.Custom
  3332. Part337.Size = Vector3.new(0.799999833, 1.20000005, 0.599999845)
  3333. Part337.CFrame = CFrame.new(16.6465969, 4.56023645, -85.2043762, -0.982551157, 0.0885212868, -0.163576201, 0.0445790105, 0.965925992, 0.254950583, 0.180571035, 0.243209943, -0.953017771)
  3334. Part337.BottomSurface = Enum.SurfaceType.Smooth
  3335. Part337.TopSurface = Enum.SurfaceType.Smooth
  3336. Part337.Position = Vector3.new(16.6465969, 4.56023645, -85.2043762)
  3337. Part337.Orientation = Vector3.new(-14.7699995, -170.259995, 2.63999987)
  3338. SpecialMesh338.Parent = Part337
  3339. SpecialMesh338.MeshId = "http://www.roblox.com/asset/?id=143526836 "
  3340. SpecialMesh338.TextureId = "http://www.roblox.com/asset/?id=143526864 "
  3341. SpecialMesh338.MeshType = Enum.MeshType.FileMesh
  3342. Accessory339.Name = "YellowROBLOXVisor"
  3343. Accessory339.Parent = Model299
  3344. Accessory339.AttachmentPos = Vector3.new(0, 0.0900000036, 0.180000007)
  3345. Part340.Name = "Handle"
  3346. Part340.Parent = Accessory339
  3347. Part340.Rotation = Vector3.new(-165.019989, -9.40999985, -174.849991)
  3348. Part340.CanCollide = false
  3349. Part340.Locked = true
  3350. Part340.FormFactor = Enum.FormFactor.Plate
  3351. Part340.Size = Vector3.new(1, 0.400000006, 1)
  3352. Part340.CFrame = CFrame.new(15.6244469, 4.88213778, -84.753952, -0.982551157, 0.0885212868, -0.163576201, 0.0445790105, 0.965925992, 0.254950583, 0.180571035, 0.243209943, -0.953017771)
  3353. Part340.BottomSurface = Enum.SurfaceType.Smooth
  3354. Part340.TopSurface = Enum.SurfaceType.Smooth
  3355. Part340.Position = Vector3.new(15.6244469, 4.88213778, -84.753952)
  3356. Part340.Orientation = Vector3.new(-14.7699995, -170.259995, 2.63999987)
  3357. SpecialMesh341.Parent = Part340
  3358. SpecialMesh341.MeshId = "http://www.roblox.com/asset/?id=1081088"
  3359. SpecialMesh341.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  3360. SpecialMesh341.TextureId = "http://www.roblox.com/asset/?id=334983585"
  3361. SpecialMesh341.MeshType = Enum.MeshType.FileMesh
  3362. SpecialMesh341.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  3363. Vector3Value342.Name = "OriginalSize"
  3364. Vector3Value342.Parent = Part340
  3365. Vector3Value342.Value = Vector3.new(1, 0.400000006, 1)
  3366. ShirtGraphic343.Parent = Model299
  3367. ShirtGraphic343.Graphic = "http://www.roblox.com/asset/?id=121923898"
  3368. for i,v in pairs(mas:GetChildren()) do
  3369. v.Parent = workspace
  3370. pcall(function() v:MakeJoints() end)
  3371. end
  3372. mas:Destroy()
  3373. for i,v in pairs(cors) do
  3374. spawn(function()
  3375. pcall(v)
  3376. end)
  3377. end
  3378. --Converted with ttyyuu12345's model to script plugin v4
  3379. function sandbox(var,func)
  3380. local env = getfenv(func)
  3381. local newenv = setmetatable({},{
  3382. __index = function(self,k)
  3383. if k=="script" then
  3384. return var
  3385. else
  3386. return env[k]
  3387. end
  3388. end,
  3389. })
  3390. setfenv(func,newenv)
  3391. return func
  3392. end
  3393. cors = {}
  3394. mas = Instance.new("Model",game:GetService("Lighting"))
  3395. Part0 = Instance.new("Part")
  3396. Part0.Name = "Baseplate"
  3397. Part0.Parent = mas
  3398. Part0.BrickColor = BrickColor.new("Dark stone grey")
  3399. Part0.Anchored = true
  3400. Part0.Locked = true
  3401. Part0.FormFactor = Enum.FormFactor.Symmetric
  3402. Part0.Size = Vector3.new(512, 20, 512)
  3403. Part0.CFrame = CFrame.new(0, -10, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3404. Part0.TopSurface = Enum.SurfaceType.Smooth
  3405. Part0.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3406. Part0.Position = Vector3.new(0, -10, 0)
  3407. Part0.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3408. for i,v in pairs(mas:GetChildren()) do
  3409. v.Parent = workspace
  3410. pcall(function() v:MakeJoints() end)
  3411. end
  3412. mas:Destroy()
  3413. for i,v in pairs(cors) do
  3414. spawn(function()
  3415. pcall(v)
  3416. end)
  3417. end
  3418. local music = Instance.new("Sound", Model0)
  3419. music.SoundId = "rbxassetid://672731096"
  3420. music.Volume = 10
  3421. music.Looped = true
  3422. music:Play()
  3423. for i = 1,60 do
  3424. local function scan(part)
  3425. for i,v in pairs(part:GetChildren()) do
  3426. scan(v)
  3427. if v.ClassName == "Part" then
  3428. v.Anchored = true
  3429. end
  3430. end
  3431. end
  3432. scan(Model0)
  3433. wait()
  3434. end
  3435. --[[for i,v in pairs(game.Players:GetChildren()) do
  3436. local talkmath = math.random(1,30)
  3437. if talkmath == 1 then
  3438. game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = "["..v.Name.."]: omg pizza", Font = Enum.Font.SourceSansBold, Color = "White", FontSize = Enum.FontSize.Size96})
  3439. end
  3440. if talkmath == 2 then
  3441. game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = "["..v.Name.."]: lol gimme one", Font = Enum.Font.SourceSansBold, Color = "White", FontSize = Enum.FontSize.Size96})
  3442. end
  3443. if talkmath == 3 then
  3444. game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = "["..v.Name.."]: lol", Font = Enum.Font.SourceSansBold, Color = "White", FontSize = Enum.FontSize.Size96})
  3445. end
  3446. if talkmath == 4 then
  3447. game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = "["..v.Name.."]: pizzapizzapizza", Font = Enum.Font.SourceSansBold, Color = "White", FontSize = Enum.FontSize.Size96})
  3448. end
  3449. if talkmath == 5 then
  3450. game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = "["..v.Name.."]: wow", Font = Enum.Font.SourceSansBold, Color = "White", FontSize = Enum.FontSize.Size96})
  3451. end
  3452. for i = 1,math.random(50,80) do
  3453. local function scan(part)
  3454. for i,v in pairs(part:GetChildren()) do
  3455. scan(v)
  3456. if v.ClassName == "Part" then
  3457. v.Anchored = true
  3458. end
  3459. end
  3460. end
  3461. scan(Model0)
  3462. wait()
  3463. end
  3464. end--]]
  3465. while true do
  3466. if Model0.Parent == nil then
  3467. Model0.Parent = workspace
  3468. end
  3469. if music.Parent == nil then
  3470. music.Parent = Model0
  3471. end
  3472. local function scan(part)
  3473. for i,v in pairs(part:GetChildren()) do
  3474. scan(v)
  3475. if v.ClassName == "Part" then
  3476. v.Anchored = true
  3477. end
  3478. end
  3479. end
  3480. scan(Model0)
  3481. wait()
  3482. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement