Advertisement
ttyyuu12345

Jail House

Aug 28th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.40 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --ttyyuu12345 is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --ttyyuu12345 cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use, however I do accept donations
  8. --Errors:
  9. Create = function(itemClass,tabl)
  10. local item = Instance.new(itemClass)
  11. for i,v in pairs(tabl) do
  12. local a,b = ypcall(function() return item[i] end)
  13. if a then
  14. item[i] = tabl[i]
  15. end
  16. end
  17. return item
  18. end
  19. function runDummyScript(f,scri)
  20. local oldenv = getfenv(f)
  21. local newenv = setmetatable({}, {
  22. __index = function(_, k)
  23. if k:lower() == 'script' then
  24. return scri
  25. else
  26. return oldenv[k]
  27. end
  28. end
  29. })
  30. setfenv(f, newenv)
  31. ypcall(function() f() end)
  32. end
  33. cors = {}
  34. mas = Instance.new("Model",game:GetService("Lighting"))
  35. mas.Name = "CompiledModel"
  36. o1 = Create("Model",{
  37. ["Parent"] = mas,
  38. })
  39. o2 = Create("Model",{
  40. ["Parent"] = o1,
  41. })
  42. o3 = Create("Part",{
  43. ["Name"] = "Smooth Block Model",
  44. ["Parent"] = o2,
  45. ["BrickColor"] = BrickColor.new("Bright orange"),
  46. ["Position"] = Vector3.new(47, 16.7999897, 9),
  47. ["Rotation"] = Vector3.new(180, -0, -180),
  48. ["Anchored"] = true,
  49. ["CFrame"] = CFrame.new(47, 16.7999897, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  50. ["Size"] = Vector3.new(2, 4.80000019, 2),
  51. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  52. })
  53. o4 = Create("Part",{
  54. ["Name"] = "Smooth Block Model",
  55. ["Parent"] = o2,
  56. ["BrickColor"] = BrickColor.new("Bright orange"),
  57. ["Position"] = Vector3.new(47, 20.3999996, 35),
  58. ["Rotation"] = Vector3.new(-0, -90, 0),
  59. ["Anchored"] = true,
  60. ["CFrame"] = CFrame.new(47, 20.3999996, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  61. ["Size"] = Vector3.new(50, 2.4000001, 2),
  62. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  63. })
  64. o5 = Create("Part",{
  65. ["Name"] = "Smooth Block Model",
  66. ["Parent"] = o2,
  67. ["BrickColor"] = BrickColor.new("White"),
  68. ["Reflectance"] = 0.20000000298023,
  69. ["Transparency"] = 0.60000002384186,
  70. ["Position"] = Vector3.new(47.5, 16.7999897, 35),
  71. ["Rotation"] = Vector3.new(-0, -90, 0),
  72. ["Anchored"] = true,
  73. ["CFrame"] = CFrame.new(47.5, 16.7999897, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  74. ["Size"] = Vector3.new(50, 4.80000019, 1),
  75. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  76. ["TopSurface"] = Enum.SurfaceType.Smooth,
  77. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  78. })
  79. o6 = Create("Part",{
  80. ["Name"] = "Smooth Block Model",
  81. ["Parent"] = o2,
  82. ["BrickColor"] = BrickColor.new("Bright orange"),
  83. ["Position"] = Vector3.new(47, 5.99999714, 9),
  84. ["Rotation"] = Vector3.new(180, -0, -180),
  85. ["Anchored"] = true,
  86. ["CFrame"] = CFrame.new(47, 5.99999714, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  87. ["Size"] = Vector3.new(2, 4.80000019, 2),
  88. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  89. })
  90. o7 = Create("Part",{
  91. ["Name"] = "Smooth Block Model",
  92. ["Parent"] = o2,
  93. ["BrickColor"] = BrickColor.new("Bright orange"),
  94. ["Position"] = Vector3.new(47, 13.1999874, 35),
  95. ["Rotation"] = Vector3.new(-0, -90, 0),
  96. ["Anchored"] = true,
  97. ["CFrame"] = CFrame.new(47, 13.1999874, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  98. ["Size"] = Vector3.new(50, 2.4000001, 2),
  99. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  100. })
  101. o8 = Create("Part",{
  102. ["Name"] = "Smooth Block Model",
  103. ["Parent"] = o2,
  104. ["BrickColor"] = BrickColor.new("Bright orange"),
  105. ["Position"] = Vector3.new(47, 9.59998703, 35),
  106. ["Rotation"] = Vector3.new(-0, -90, 0),
  107. ["Anchored"] = true,
  108. ["CFrame"] = CFrame.new(47, 9.59998703, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  109. ["Size"] = Vector3.new(50, 2.4000001, 2),
  110. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  111. })
  112. o9 = Create("Part",{
  113. ["Name"] = "Smooth Block Model",
  114. ["Parent"] = o2,
  115. ["BrickColor"] = BrickColor.new("Bright orange"),
  116. ["Position"] = Vector3.new(47, 16.7999897, 61),
  117. ["Rotation"] = Vector3.new(180, -0, -180),
  118. ["Anchored"] = true,
  119. ["CFrame"] = CFrame.new(47, 16.7999897, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  120. ["Size"] = Vector3.new(2, 4.80000019, 2),
  121. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  122. })
  123. o10 = Create("Part",{
  124. ["Name"] = "Smooth Block Model",
  125. ["Parent"] = o2,
  126. ["BrickColor"] = BrickColor.new("White"),
  127. ["Reflectance"] = 0.20000000298023,
  128. ["Transparency"] = 0.60000002384186,
  129. ["Position"] = Vector3.new(47.5, 5.99999714, 35),
  130. ["Rotation"] = Vector3.new(-0, -90, 0),
  131. ["Anchored"] = true,
  132. ["CFrame"] = CFrame.new(47.5, 5.99999714, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  133. ["Size"] = Vector3.new(50, 4.80000019, 1),
  134. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  135. ["TopSurface"] = Enum.SurfaceType.Smooth,
  136. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  137. })
  138. o11 = Create("Part",{
  139. ["Name"] = "Smooth Block Model",
  140. ["Parent"] = o2,
  141. ["BrickColor"] = BrickColor.new("Bright orange"),
  142. ["Position"] = Vector3.new(47, 2.40000248, 35),
  143. ["Rotation"] = Vector3.new(-0, -90, 0),
  144. ["Anchored"] = true,
  145. ["CFrame"] = CFrame.new(47, 2.40000248, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  146. ["Size"] = Vector3.new(50, 2.4000001, 2),
  147. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  148. })
  149. o12 = Create("Part",{
  150. ["Name"] = "Smooth Block Model",
  151. ["Parent"] = o2,
  152. ["BrickColor"] = BrickColor.new("Bright orange"),
  153. ["Position"] = Vector3.new(47, 5.99999714, 61),
  154. ["Rotation"] = Vector3.new(180, -0, -180),
  155. ["Anchored"] = true,
  156. ["CFrame"] = CFrame.new(47, 5.99999714, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  157. ["Size"] = Vector3.new(2, 4.80000019, 2),
  158. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  159. })
  160. o13 = Create("Part",{
  161. ["Name"] = "Smooth Block Model",
  162. ["Parent"] = o2,
  163. ["BrickColor"] = BrickColor.new("White"),
  164. ["Reflectance"] = 0.20000000298023,
  165. ["Transparency"] = 0.60000002384186,
  166. ["Position"] = Vector3.new(39, 5.99999714, 8.5),
  167. ["Anchored"] = true,
  168. ["CFrame"] = CFrame.new(39, 5.99999714, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  169. ["Size"] = Vector3.new(14, 4.80000019, 1),
  170. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  171. ["TopSurface"] = Enum.SurfaceType.Smooth,
  172. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  173. })
  174. o14 = Create("Part",{
  175. ["Name"] = "Smooth Block Model",
  176. ["Parent"] = o2,
  177. ["BrickColor"] = BrickColor.new("Bright orange"),
  178. ["Position"] = Vector3.new(38, 9.59998703, 9),
  179. ["Rotation"] = Vector3.new(180, -0, -180),
  180. ["Anchored"] = true,
  181. ["CFrame"] = CFrame.new(38, 9.59998703, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  182. ["Size"] = Vector3.new(20, 2.4000001, 2),
  183. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  184. })
  185. o15 = Create("Part",{
  186. ["Name"] = "Smooth Block Model",
  187. ["Parent"] = o2,
  188. ["BrickColor"] = BrickColor.new("Bright orange"),
  189. ["Position"] = Vector3.new(38, 2.40000248, 9),
  190. ["Rotation"] = Vector3.new(180, -0, -180),
  191. ["Anchored"] = true,
  192. ["CFrame"] = CFrame.new(38, 2.40000248, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  193. ["Size"] = Vector3.new(20, 2.4000001, 2),
  194. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  195. })
  196. o16 = Create("Part",{
  197. ["Name"] = "Smooth Block Model",
  198. ["Parent"] = o2,
  199. ["BrickColor"] = BrickColor.new("Bright orange"),
  200. ["Position"] = Vector3.new(30, 5.99999714, 9),
  201. ["Rotation"] = Vector3.new(180, -0, -180),
  202. ["Anchored"] = true,
  203. ["CFrame"] = CFrame.new(30, 5.99999714, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  204. ["Size"] = Vector3.new(4, 4.80000019, 2),
  205. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  206. })
  207. o17 = Create("Part",{
  208. ["Name"] = "Smooth Block Model",
  209. ["Parent"] = o2,
  210. ["BrickColor"] = BrickColor.new("Bright orange"),
  211. ["Position"] = Vector3.new(28, 11.3999834, 54),
  212. ["Rotation"] = Vector3.new(-0, -90, 0),
  213. ["Anchored"] = true,
  214. ["CFrame"] = CFrame.new(28, 11.3999834, 54, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  215. ["Size"] = Vector3.new(16, 1.20000005, 40),
  216. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  217. })
  218. o18 = Create("Part",{
  219. ["Name"] = "Smooth Block Model",
  220. ["Parent"] = o2,
  221. ["BrickColor"] = BrickColor.new("Bright orange"),
  222. ["Position"] = Vector3.new(21, 20.3999996, 61),
  223. ["Rotation"] = Vector3.new(180, -0, -180),
  224. ["Anchored"] = true,
  225. ["CFrame"] = CFrame.new(21, 20.3999996, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  226. ["Size"] = Vector3.new(54, 2.4000001, 2),
  227. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  228. })
  229. o19 = Create("Part",{
  230. ["Name"] = "Smooth Block Model",
  231. ["Parent"] = o2,
  232. ["BrickColor"] = BrickColor.new("Bright orange"),
  233. ["Position"] = Vector3.new(21, 20.3999996, 9),
  234. ["Rotation"] = Vector3.new(180, -0, -180),
  235. ["Anchored"] = true,
  236. ["CFrame"] = CFrame.new(21, 20.3999996, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  237. ["Size"] = Vector3.new(54, 2.4000001, 2),
  238. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  239. })
  240. o20 = Create("Part",{
  241. ["Name"] = "Smooth Block Model",
  242. ["Parent"] = o2,
  243. ["BrickColor"] = BrickColor.new("Bright orange"),
  244. ["Position"] = Vector3.new(21, 22.2000027, 34),
  245. ["Rotation"] = Vector3.new(180, -0, -180),
  246. ["Anchored"] = true,
  247. ["CFrame"] = CFrame.new(21, 22.2000027, 34, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  248. ["Size"] = Vector3.new(54, 1.20000005, 52),
  249. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  250. })
  251. o21 = Create("Part",{
  252. ["Name"] = "Smooth Block Model",
  253. ["Parent"] = o2,
  254. ["BrickColor"] = BrickColor.new("Bright orange"),
  255. ["Position"] = Vector3.new(21, 13.1999874, 61),
  256. ["Rotation"] = Vector3.new(180, -0, -180),
  257. ["Anchored"] = true,
  258. ["CFrame"] = CFrame.new(21, 13.1999874, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  259. ["Size"] = Vector3.new(54, 2.4000001, 2),
  260. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  261. })
  262. o22 = Create("Part",{
  263. ["Name"] = "Smooth Block Model",
  264. ["Parent"] = o2,
  265. ["BrickColor"] = BrickColor.new("White"),
  266. ["Reflectance"] = 0.20000000298023,
  267. ["Transparency"] = 0.60000002384186,
  268. ["Position"] = Vector3.new(21, 16.7999897, 61.5),
  269. ["Anchored"] = true,
  270. ["CFrame"] = CFrame.new(21, 16.7999897, 61.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  271. ["Size"] = Vector3.new(50, 4.80000019, 1),
  272. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  273. ["TopSurface"] = Enum.SurfaceType.Smooth,
  274. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  275. })
  276. o23 = Create("Part",{
  277. ["Name"] = "Smooth Block Model",
  278. ["Parent"] = o2,
  279. ["BrickColor"] = BrickColor.new("Bright orange"),
  280. ["Position"] = Vector3.new(21, 13.1999874, 9),
  281. ["Rotation"] = Vector3.new(180, -0, -180),
  282. ["Anchored"] = true,
  283. ["CFrame"] = CFrame.new(21, 13.1999874, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  284. ["Size"] = Vector3.new(54, 2.4000001, 2),
  285. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  286. })
  287. o24 = Create("Part",{
  288. ["Name"] = "Smooth Block Model",
  289. ["Parent"] = o2,
  290. ["BrickColor"] = BrickColor.new("White"),
  291. ["Reflectance"] = 0.20000000298023,
  292. ["Transparency"] = 0.60000002384186,
  293. ["Position"] = Vector3.new(21, 16.7999897, 8.5),
  294. ["Anchored"] = true,
  295. ["CFrame"] = CFrame.new(21, 16.7999897, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  296. ["Size"] = Vector3.new(50, 4.80000019, 1),
  297. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  298. ["TopSurface"] = Enum.SurfaceType.Smooth,
  299. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  300. })
  301. o25 = Create("Part",{
  302. ["Name"] = "Smooth Block Model",
  303. ["Parent"] = o2,
  304. ["BrickColor"] = BrickColor.new("Bright orange"),
  305. ["Position"] = Vector3.new(21, 9.59998703, 61),
  306. ["Rotation"] = Vector3.new(180, -0, -180),
  307. ["Anchored"] = true,
  308. ["CFrame"] = CFrame.new(21, 9.59998703, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  309. ["Size"] = Vector3.new(54, 2.4000001, 2),
  310. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  311. })
  312. o26 = Create("Part",{
  313. ["Name"] = "Smooth Block Model",
  314. ["Parent"] = o2,
  315. ["BrickColor"] = BrickColor.new("Bright orange"),
  316. ["Position"] = Vector3.new(21, 11.3999834, 27),
  317. ["Rotation"] = Vector3.new(180, -0, -180),
  318. ["Anchored"] = true,
  319. ["CFrame"] = CFrame.new(21, 11.3999834, 27, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  320. ["Size"] = Vector3.new(54, 1.20000005, 38),
  321. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  322. })
  323. o27 = Create("Part",{
  324. ["Name"] = "Smooth Block Model",
  325. ["Parent"] = o2,
  326. ["BrickColor"] = BrickColor.new("Bright orange"),
  327. ["Position"] = Vector3.new(-5, 5.99999714, 9),
  328. ["Rotation"] = Vector3.new(180, -0, -180),
  329. ["Anchored"] = true,
  330. ["CFrame"] = CFrame.new(-5, 5.99999714, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  331. ["Size"] = Vector3.new(2, 4.80000019, 2),
  332. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  333. })
  334. o28 = Create("Part",{
  335. ["Name"] = "Smooth Block Model",
  336. ["Parent"] = o2,
  337. ["BrickColor"] = BrickColor.new("Bright orange"),
  338. ["Position"] = Vector3.new(21, 0.600004196, 35),
  339. ["Rotation"] = Vector3.new(180, -0, -180),
  340. ["Anchored"] = true,
  341. ["CFrame"] = CFrame.new(21, 0.600004196, 35, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  342. ["Size"] = Vector3.new(54, 1.20000005, 54),
  343. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  344. })
  345. o29 = Create("Part",{
  346. ["Name"] = "Smooth Block Model",
  347. ["Parent"] = o2,
  348. ["BrickColor"] = BrickColor.new("Bright orange"),
  349. ["Position"] = Vector3.new(21, 2.40000248, 61),
  350. ["Rotation"] = Vector3.new(180, -0, -180),
  351. ["Anchored"] = true,
  352. ["CFrame"] = CFrame.new(21, 2.40000248, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  353. ["Size"] = Vector3.new(54, 2.4000001, 2),
  354. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  355. })
  356. o30 = Create("Part",{
  357. ["Name"] = "Smooth Block Model",
  358. ["Parent"] = o2,
  359. ["BrickColor"] = BrickColor.new("White"),
  360. ["Reflectance"] = 0.20000000298023,
  361. ["Transparency"] = 0.60000002384186,
  362. ["Position"] = Vector3.new(21, 5.99999714, 61.5),
  363. ["Anchored"] = true,
  364. ["CFrame"] = CFrame.new(21, 5.99999714, 61.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  365. ["Size"] = Vector3.new(50, 4.80000019, 1),
  366. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  367. ["TopSurface"] = Enum.SurfaceType.Smooth,
  368. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  369. })
  370. o31 = Create("Part",{
  371. ["Name"] = "Smooth Block Model",
  372. ["Parent"] = o2,
  373. ["BrickColor"] = BrickColor.new("Bright orange"),
  374. ["Position"] = Vector3.new(12, 5.99999714, 9),
  375. ["Rotation"] = Vector3.new(180, -0, -180),
  376. ["Anchored"] = true,
  377. ["CFrame"] = CFrame.new(12, 5.99999714, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  378. ["Size"] = Vector3.new(4, 4.80000019, 2),
  379. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  380. })
  381. o32 = Create("Part",{
  382. ["Name"] = "Smooth Block Model",
  383. ["Parent"] = o2,
  384. ["BrickColor"] = BrickColor.new("Nougat"),
  385. ["Position"] = Vector3.new(2, 5.99999714, 57),
  386. ["Rotation"] = Vector3.new(180, -0, -180),
  387. ["Anchored"] = true,
  388. ["CFrame"] = CFrame.new(2, 5.99999714, 57, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  389. ["Size"] = Vector3.new(4, 9.60000038, 2),
  390. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  391. })
  392. o33 = Create("Part",{
  393. ["Name"] = "Smooth Block Model",
  394. ["Parent"] = o2,
  395. ["BrickColor"] = BrickColor.new("Nougat"),
  396. ["Position"] = Vector3.new(5, 3.00000095, 48),
  397. ["Rotation"] = Vector3.new(180, -0, -180),
  398. ["Anchored"] = true,
  399. ["CFrame"] = CFrame.new(5, 3.00000095, 48, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  400. ["Size"] = Vector3.new(2, 3.60000014, 4),
  401. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  402. })
  403. o34 = Create("Part",{
  404. ["Name"] = "Smooth Block Model",
  405. ["Parent"] = o2,
  406. ["BrickColor"] = BrickColor.new("Nougat"),
  407. ["Position"] = Vector3.new(7, 2.40000248, 48),
  408. ["Rotation"] = Vector3.new(180, -0, -180),
  409. ["Anchored"] = true,
  410. ["CFrame"] = CFrame.new(7, 2.40000248, 48, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  411. ["Size"] = Vector3.new(2, 2.4000001, 4),
  412. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  413. })
  414. o35 = Create("Part",{
  415. ["Name"] = "Smooth Block Model",
  416. ["Parent"] = o2,
  417. ["BrickColor"] = BrickColor.new("Nougat"),
  418. ["Position"] = Vector3.new(9, 1.8000021, 48),
  419. ["Rotation"] = Vector3.new(180, -0, -180),
  420. ["Anchored"] = true,
  421. ["CFrame"] = CFrame.new(9, 1.8000021, 48, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  422. ["Size"] = Vector3.new(2, 1.20000005, 4),
  423. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  424. })
  425. o36 = Create("Part",{
  426. ["Name"] = "Smooth Block Model",
  427. ["Parent"] = o2,
  428. ["BrickColor"] = BrickColor.new("Nougat"),
  429. ["Position"] = Vector3.new(4, 5.99999714, 45),
  430. ["Rotation"] = Vector3.new(-0, -90, 0),
  431. ["Anchored"] = true,
  432. ["CFrame"] = CFrame.new(4, 5.99999714, 45, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  433. ["Size"] = Vector3.new(2, 9.60000038, 12),
  434. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  435. })
  436. o37 = Create("Part",{
  437. ["Name"] = "Smooth Block Model",
  438. ["Parent"] = o2,
  439. ["BrickColor"] = BrickColor.new("Bright orange"),
  440. ["Position"] = Vector3.new(4, 11.3999834, 60),
  441. ["Rotation"] = Vector3.new(-0, -90, 0),
  442. ["Anchored"] = true,
  443. ["CFrame"] = CFrame.new(4, 11.3999834, 60, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  444. ["Size"] = Vector3.new(4, 1.20000005, 8),
  445. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  446. })
  447. o38 = Create("Part",{
  448. ["Name"] = "Smooth Block Model",
  449. ["Parent"] = o2,
  450. ["BrickColor"] = BrickColor.new("Bright orange"),
  451. ["Position"] = Vector3.new(4, 2.40000248, 9),
  452. ["Rotation"] = Vector3.new(180, -0, -180),
  453. ["Anchored"] = true,
  454. ["CFrame"] = CFrame.new(4, 2.40000248, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  455. ["Size"] = Vector3.new(20, 2.4000001, 2),
  456. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  457. })
  458. o39 = Create("Part",{
  459. ["Name"] = "Smooth Block Model",
  460. ["Parent"] = o2,
  461. ["BrickColor"] = BrickColor.new("White"),
  462. ["Reflectance"] = 0.20000000298023,
  463. ["Transparency"] = 0.60000002384186,
  464. ["Position"] = Vector3.new(3, 5.99999714, 8.5),
  465. ["Anchored"] = true,
  466. ["CFrame"] = CFrame.new(3, 5.99999714, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  467. ["Size"] = Vector3.new(14, 4.80000019, 1),
  468. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  469. ["TopSurface"] = Enum.SurfaceType.Smooth,
  470. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  471. })
  472. o40 = Create("Part",{
  473. ["Name"] = "Smooth Block Model",
  474. ["Parent"] = o2,
  475. ["BrickColor"] = BrickColor.new("Bright orange"),
  476. ["Position"] = Vector3.new(4, 9.59998703, 9),
  477. ["Rotation"] = Vector3.new(180, -0, -180),
  478. ["Anchored"] = true,
  479. ["CFrame"] = CFrame.new(4, 9.59998703, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  480. ["Size"] = Vector3.new(20, 2.4000001, 2),
  481. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  482. })
  483. o41 = Create("Part",{
  484. ["Name"] = "Smooth Block Model",
  485. ["Parent"] = o2,
  486. ["BrickColor"] = BrickColor.new("Nougat"),
  487. ["Position"] = Vector3.new(-1, 5.99999714, 52),
  488. ["Rotation"] = Vector3.new(180, -0, -180),
  489. ["Anchored"] = true,
  490. ["CFrame"] = CFrame.new(-1, 5.99999714, 52, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  491. ["Size"] = Vector3.new(2, 9.60000038, 12),
  492. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  493. })
  494. o42 = Create("Part",{
  495. ["Name"] = "Smooth Block Model",
  496. ["Parent"] = o2,
  497. ["BrickColor"] = BrickColor.new("Nougat"),
  498. ["Position"] = Vector3.new(2, 5.39999294, 55),
  499. ["Rotation"] = Vector3.new(180, -0, -180),
  500. ["Anchored"] = true,
  501. ["CFrame"] = CFrame.new(2, 5.39999294, 55, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  502. ["Size"] = Vector3.new(4, 8.40000057, 2),
  503. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  504. })
  505. o43 = Create("Part",{
  506. ["Name"] = "Smooth Block Model",
  507. ["Parent"] = o2,
  508. ["BrickColor"] = BrickColor.new("Nougat"),
  509. ["Position"] = Vector3.new(2, 4.79999638, 53),
  510. ["Rotation"] = Vector3.new(180, -0, -180),
  511. ["Anchored"] = true,
  512. ["CFrame"] = CFrame.new(2, 4.79999638, 53, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  513. ["Size"] = Vector3.new(4, 7.20000029, 2),
  514. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  515. })
  516. o44 = Create("Part",{
  517. ["Name"] = "Smooth Block Model",
  518. ["Parent"] = o2,
  519. ["BrickColor"] = BrickColor.new("Nougat"),
  520. ["Position"] = Vector3.new(2, 4.1999979, 51),
  521. ["Rotation"] = Vector3.new(180, -0, -180),
  522. ["Anchored"] = true,
  523. ["CFrame"] = CFrame.new(2, 4.1999979, 51, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  524. ["Size"] = Vector3.new(4, 6, 2),
  525. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  526. })
  527. o45 = Create("Part",{
  528. ["Name"] = "Smooth Block Model",
  529. ["Parent"] = o2,
  530. ["BrickColor"] = BrickColor.new("Nougat"),
  531. ["Position"] = Vector3.new(2, 3.60000324, 48),
  532. ["Rotation"] = Vector3.new(180, -0, -180),
  533. ["Anchored"] = true,
  534. ["CFrame"] = CFrame.new(2, 3.60000324, 48, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  535. ["Size"] = Vector3.new(4, 4.80000019, 4),
  536. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  537. })
  538. o46 = Create("Part",{
  539. ["Name"] = "Smooth Block Model",
  540. ["Parent"] = o2,
  541. ["BrickColor"] = BrickColor.new("Bright orange"),
  542. ["Position"] = Vector3.new(-5, 16.7999897, 61),
  543. ["Rotation"] = Vector3.new(180, -0, -180),
  544. ["Anchored"] = true,
  545. ["CFrame"] = CFrame.new(-5, 16.7999897, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  546. ["Size"] = Vector3.new(2, 4.80000019, 2),
  547. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  548. })
  549. o47 = Create("Part",{
  550. ["Name"] = "Smooth Block Model",
  551. ["Parent"] = o2,
  552. ["BrickColor"] = BrickColor.new("Bright orange"),
  553. ["Position"] = Vector3.new(-3, 11.3999834, 54),
  554. ["Rotation"] = Vector3.new(-0, -90, 0),
  555. ["Anchored"] = true,
  556. ["CFrame"] = CFrame.new(-3, 11.3999834, 54, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  557. ["Size"] = Vector3.new(16, 1.20000005, 6),
  558. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  559. })
  560. o48 = Create("Part",{
  561. ["Name"] = "Smooth Block Model",
  562. ["Parent"] = o2,
  563. ["BrickColor"] = BrickColor.new("Bright orange"),
  564. ["Position"] = Vector3.new(-5, 5.99999714, 61),
  565. ["Rotation"] = Vector3.new(180, -0, -180),
  566. ["Anchored"] = true,
  567. ["CFrame"] = CFrame.new(-5, 5.99999714, 61, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  568. ["Size"] = Vector3.new(2, 4.80000019, 2),
  569. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  570. })
  571. o49 = Create("Part",{
  572. ["Name"] = "Smooth Block Model",
  573. ["Parent"] = o2,
  574. ["BrickColor"] = BrickColor.new("Bright orange"),
  575. ["Position"] = Vector3.new(-5, 13.1999874, 35),
  576. ["Rotation"] = Vector3.new(-0, -90, 0),
  577. ["Anchored"] = true,
  578. ["CFrame"] = CFrame.new(-5, 13.1999874, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  579. ["Size"] = Vector3.new(50, 2.4000001, 2),
  580. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  581. })
  582. o50 = Create("Part",{
  583. ["Name"] = "Smooth Block Model",
  584. ["Parent"] = o2,
  585. ["BrickColor"] = BrickColor.new("Bright orange"),
  586. ["Position"] = Vector3.new(-5, 20.3999996, 35),
  587. ["Rotation"] = Vector3.new(-0, -90, 0),
  588. ["Anchored"] = true,
  589. ["CFrame"] = CFrame.new(-5, 20.3999996, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  590. ["Size"] = Vector3.new(50, 2.4000001, 2),
  591. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  592. })
  593. o51 = Create("Part",{
  594. ["Name"] = "Smooth Block Model",
  595. ["Parent"] = o2,
  596. ["BrickColor"] = BrickColor.new("White"),
  597. ["Reflectance"] = 0.20000000298023,
  598. ["Transparency"] = 0.60000002384186,
  599. ["Position"] = Vector3.new(-5.5, 16.7999897, 35),
  600. ["Rotation"] = Vector3.new(-0, -90, 0),
  601. ["Anchored"] = true,
  602. ["CFrame"] = CFrame.new(-5.5, 16.7999897, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  603. ["Size"] = Vector3.new(50, 4.80000019, 1),
  604. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  605. ["TopSurface"] = Enum.SurfaceType.Smooth,
  606. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  607. })
  608. o52 = Create("Part",{
  609. ["Name"] = "Smooth Block Model",
  610. ["Parent"] = o2,
  611. ["BrickColor"] = BrickColor.new("Bright orange"),
  612. ["Position"] = Vector3.new(-5, 2.40000248, 35),
  613. ["Rotation"] = Vector3.new(-0, -90, 0),
  614. ["Anchored"] = true,
  615. ["CFrame"] = CFrame.new(-5, 2.40000248, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  616. ["Size"] = Vector3.new(50, 2.4000001, 2),
  617. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  618. })
  619. o53 = Create("Part",{
  620. ["Name"] = "Smooth Block Model",
  621. ["Parent"] = o2,
  622. ["BrickColor"] = BrickColor.new("White"),
  623. ["Reflectance"] = 0.20000000298023,
  624. ["Transparency"] = 0.60000002384186,
  625. ["Position"] = Vector3.new(-5.5, 5.99999714, 35),
  626. ["Rotation"] = Vector3.new(-0, -90, 0),
  627. ["Anchored"] = true,
  628. ["CFrame"] = CFrame.new(-5.5, 5.99999714, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  629. ["Size"] = Vector3.new(50, 4.80000019, 1),
  630. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  631. ["TopSurface"] = Enum.SurfaceType.Smooth,
  632. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  633. })
  634. o54 = Create("Part",{
  635. ["Name"] = "Smooth Block Model",
  636. ["Parent"] = o2,
  637. ["BrickColor"] = BrickColor.new("Bright orange"),
  638. ["Position"] = Vector3.new(-5, 9.59998703, 35),
  639. ["Rotation"] = Vector3.new(-0, -90, 0),
  640. ["Anchored"] = true,
  641. ["CFrame"] = CFrame.new(-5, 9.59998703, 35, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  642. ["Size"] = Vector3.new(50, 2.4000001, 2),
  643. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  644. })
  645. o55 = Create("Part",{
  646. ["Name"] = "Smooth Block Model",
  647. ["Parent"] = o2,
  648. ["BrickColor"] = BrickColor.new("Bright orange"),
  649. ["Position"] = Vector3.new(-5, 16.7999897, 9),
  650. ["Rotation"] = Vector3.new(180, -0, -180),
  651. ["Anchored"] = true,
  652. ["CFrame"] = CFrame.new(-5, 16.7999897, 9, -1, 0, -0, -0, 1, -0, -0, 0, -1),
  653. ["Size"] = Vector3.new(2, 4.80000019, 2),
  654. ["Color"] = Color3.new(0.854902, 0.521569, 0.254902),
  655. })
  656. o56 = Create("Part",{
  657. ["Name"] = "Close Button",
  658. ["Parent"] = o1,
  659. ["BrickColor"] = BrickColor.new("Bright red"),
  660. ["Position"] = Vector3.new(12.5001144, 6.19990444, 7.5),
  661. ["Rotation"] = Vector3.new(-0, -1.37421139e-007, -0.0106820352),
  662. ["CFrame"] = CFrame.new(12.5001144, 6.19990444, 7.5, 0.99999994, 0.000186436664, -2.39845122e-009, -0.000186436708, 1, 0, -1.61450089e-008, -1.86264515e-009, 1.00000012),
  663. ["Size"] = Vector3.new(1, 1.20000005, 1),
  664. ["BackSurface"] = Enum.SurfaceType.Weld,
  665. ["TopSurface"] = Enum.SurfaceType.Smooth,
  666. ["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
  667. })
  668. o57 = Create("ClickDetector",{
  669. ["Parent"] = o56,
  670. })
  671. o58 = Create("Script",{
  672. ["Parent"] = o56,
  673. })
  674. table.insert(cors,coroutine.create(function()
  675. wait()
  676. runDummyScript(function()
  677. function onClicked()
  678. script.Parent.Parent.Door.CanCollide=true
  679. script.Parent.Parent.Door.Transparency=0
  680. end
  681. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  682. end,o58)
  683. end))
  684. o59 = Create("Part",{
  685. ["Name"] = "Door",
  686. ["Parent"] = o1,
  687. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  688. ["Position"] = Vector3.new(21, 5.99999714, 8.5),
  689. ["Rotation"] = Vector3.new(-180, -1.10990577e-005, -180),
  690. ["CFrame"] = CFrame.new(21, 5.99999714, 8.5, -1.00000012, 2.24996306e-008, -1.93715096e-007, 6.51925802e-009, 0.99999994, 0, 1.93715096e-007, 3.11830384e-008, -1.00000012),
  691. ["Size"] = Vector3.new(14, 9.60000038, 1),
  692. ["TopSurface"] = Enum.SurfaceType.Smooth,
  693. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  694. })
  695. o60 = Create("Part",{
  696. ["Name"] = "Open Button",
  697. ["Parent"] = o1,
  698. ["BrickColor"] = BrickColor.new("Bright green"),
  699. ["Position"] = Vector3.new(29.5, 6.19999599, 7.5),
  700. ["Rotation"] = Vector3.new(0, 90, 0),
  701. ["Anchored"] = true,
  702. ["CFrame"] = CFrame.new(29.5, 6.19999599, 7.5, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  703. ["Size"] = Vector3.new(1, 1.20000005, 1),
  704. ["LeftSurface"] = Enum.SurfaceType.Weld,
  705. ["TopSurface"] = Enum.SurfaceType.Smooth,
  706. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  707. })
  708. o61 = Create("ClickDetector",{
  709. ["Parent"] = o60,
  710. })
  711. o62 = Create("Script",{
  712. ["Parent"] = o60,
  713. })
  714. table.insert(cors,coroutine.create(function()
  715. wait()
  716. runDummyScript(function()
  717. function onClicked()
  718. script.Parent.Parent.Door.CanCollide=false
  719. script.Parent.Parent.Door.Transparency=1
  720. end
  721. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  722.  
  723. end,o62)
  724. end))
  725. mas.Parent = workspace
  726. mas:MakeJoints()
  727. local mas1 = mas:GetChildren()
  728. for i=1,#mas1 do
  729. mas1[i].Parent = script
  730. ypcall(function() mas1[i]:MakeJoints() end)
  731. end
  732. mas:Destroy()
  733. for i=1,#cors do
  734. coroutine.resume(cors[i])
  735. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement