Advertisement
Zach_rookie_editor3

yes

Dec 21st, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.60 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  141. print(" made by zachrogamehard133447")
  142.  
  143.  
  144. local runDummyScript = function(f,scri)
  145. local oldenv = getfenv(f)
  146. local newenv = setmetatable({}, {
  147. __index = function(_, k)
  148. if k:lower() == 'script' then
  149. return scri
  150. else
  151. return oldenv[k]
  152. end
  153. end
  154. })
  155. setfenv(f, newenv)
  156. ypcall(function() f() end)
  157. end
  158. cors = {}
  159. mas = Instance.new("Model",game:GetService("Lighting"))
  160. mas.Name = "CompiledModel"
  161. o1 = Instance.new("Model")
  162. o2 = Instance.new("Part")
  163. o3 = Instance.new("Part")
  164. o4 = Instance.new("Weld")
  165. o5 = Instance.new("Weld")
  166. o6 = Instance.new("Weld")
  167. o7 = Instance.new("Weld")
  168. o8 = Instance.new("Weld")
  169. o9 = Instance.new("Weld")
  170. o10 = Instance.new("Part")
  171. o11 = Instance.new("Model")
  172. o12 = Instance.new("Part")
  173. o13 = Instance.new("Weld")
  174. o14 = Instance.new("Part")
  175. o15 = Instance.new("Decal")
  176. o16 = Instance.new("Decal")
  177. o18 = Instance.new("Part")
  178. o19 = Instance.new("SurfaceGui")
  179. o20 = Instance.new("TextLabel")
  180. o21 = Instance.new("Model")
  181. o22 = Instance.new("Part")
  182. o23 = Instance.new("Part")
  183. o24 = Instance.new("Script")
  184. o25 = Instance.new("ClickDetector")
  185. o26 = Instance.new("Part")
  186. o27 = Instance.new("Script")
  187. o28 = Instance.new("ClickDetector")
  188. o29 = Instance.new("Part")
  189. o30 = Instance.new("Script")
  190. o31 = Instance.new("ClickDetector")
  191. o32 = Instance.new("Part")
  192. o33 = Instance.new("Script")
  193. o34 = Instance.new("ClickDetector")
  194. o35 = Instance.new("Model")
  195. o36 = Instance.new("Part")
  196. o37 = Instance.new("Script")
  197. o38 = Instance.new("ClickDetector")
  198. o39 = Instance.new("Part")
  199. o40 = Instance.new("Script")
  200. o41 = Instance.new("ClickDetector")
  201. o42 = Instance.new("Part")
  202. o43 = Instance.new("Weld")
  203. o44 = Instance.new("Weld")
  204. o46 = Instance.new("Part")
  205. o48 = Instance.new("Part")
  206. o49 = Instance.new("SurfaceGui")
  207. o50 = Instance.new("TextLabel")
  208. o51 = Instance.new("BlockMesh")
  209. o52 = Instance.new("Part")
  210. o53 = Instance.new("Part")
  211. o54 = Instance.new("Part")
  212. o55 = Instance.new("Part")
  213. o56 = Instance.new("CylinderMesh")
  214. o57 = Instance.new("Weld")
  215. o58 = Instance.new("Part")
  216. o59 = Instance.new("Part")
  217. o60 = Instance.new("Part")
  218. o61 = Instance.new("Part")
  219. o62 = Instance.new("Part")
  220. o63 = Instance.new("Sound")
  221. o64 = Instance.new("Sound")
  222. o65 = Instance.new("Sound")
  223. o66 = Instance.new("Sound")
  224. o67 = Instance.new("Sound")
  225. o68 = Instance.new("Sound")
  226. o69 = Instance.new("PointLight")
  227. o70 = Instance.new("PointLight")
  228. o71 = Instance.new("Part")
  229. o72 = Instance.new("Part")
  230. o73 = Instance.new("Part")
  231. o74 = Instance.new("ClickDetector")
  232. o75 = Instance.new("Script")
  233. o76 = Instance.new("Part")
  234. o77 = Instance.new("Part")
  235. o78 = Instance.new("Part")
  236. o79 = Instance.new("Part")
  237. o80 = Instance.new("Part")
  238. o81 = Instance.new("Weld")
  239. o82 = Instance.new("Part")
  240. o83 = Instance.new("Part")
  241. o84 = Instance.new("Part")
  242. o85 = Instance.new("Part")
  243. o86 = Instance.new("ClickDetector")
  244. o87 = Instance.new("Script")
  245. o88 = Instance.new("Sound")
  246. o89 = Instance.new("SurfaceGui")
  247. o90 = Instance.new("TextLabel")
  248. o92 = Instance.new("Model")
  249. o93 = Instance.new("Part")
  250. o94 = Instance.new("Script")
  251. o95 = Instance.new("ClickDetector")
  252. o96 = Instance.new("Part")
  253. o97 = Instance.new("Script")
  254. o98 = Instance.new("ClickDetector")
  255. o99 = Instance.new("Part")
  256. o100 = Instance.new("Weld")
  257. o101 = Instance.new("Weld")
  258. o102 = Instance.new("Part")
  259. o103 = Instance.new("Part")
  260. o104 = Instance.new("ClickDetector")
  261. o105 = Instance.new("Script")
  262. o106 = Instance.new("Sound")
  263. o107 = Instance.new("SurfaceGui")
  264. o108 = Instance.new("TextLabel")
  265. o109 = Instance.new("Part")
  266. o110 = Instance.new("BlockMesh")
  267. o112 = Instance.new("Part")
  268. o113 = Instance.new("Part")
  269. o114 = Instance.new("Decal")
  270. o115 = Instance.new("Part")
  271. o116 = Instance.new("Part")
  272. o117 = Instance.new("Part")
  273. o118 = Instance.new("Weld")
  274. o119 = Instance.new("Part")
  275. o121 = Instance.new("Part")
  276. o123 = Instance.new("Decal")
  277. o124 = Instance.new("Part")
  278. o125 = Instance.new("Part")
  279. o126 = Instance.new("Part")
  280. o128 = Instance.new("Part")
  281. o130 = Instance.new("Part")
  282. o131 = Instance.new("Part")
  283. o132 = Instance.new("Part")
  284. o136 = Instance.new("Part")
  285. o137 = Instance.new("Decal")
  286. o138 = Instance.new("Decal")
  287. o140 = Instance.new("Model")
  288. o141 = Instance.new("Part")
  289. o142 = Instance.new("Part")
  290. o143 = Instance.new("Script")
  291. o144 = Instance.new("ClickDetector")
  292. o145 = Instance.new("Script")
  293. o146 = Instance.new("Sound")
  294. o147 = Instance.new("Part")
  295. o148 = Instance.new("Script")
  296. o149 = Instance.new("ClickDetector")
  297. o150 = Instance.new("Script")
  298. o151 = Instance.new("Sound")
  299. o152 = Instance.new("Part")
  300. o153 = Instance.new("Part")
  301. o155 = Instance.new("Part")
  302. o156 = Instance.new("Part")
  303. o157 = Instance.new("Decal")
  304. o158 = Instance.new("Part")
  305. o159 = Instance.new("ClickDetector")
  306. o160 = Instance.new("Script")
  307. o161 = Instance.new("Part")
  308. o162 = Instance.new("ClickDetector")
  309. o163 = Instance.new("Script")
  310. o164 = Instance.new("Sound")
  311. o165 = Instance.new("SurfaceGui")
  312. o166 = Instance.new("TextLabel")
  313. o167 = Instance.new("Script")
  314. o173 = Instance.new("Part")
  315. o174 = Instance.new("Script")
  316. o175 = Instance.new("BlockMesh")
  317. o176 = Instance.new("Weld")
  318. o177 = Instance.new("Part")
  319. o178 = Instance.new("Script")
  320. o179 = Instance.new("BlockMesh")
  321. o180 = Instance.new("Weld")
  322. o181 = Instance.new("Weld")
  323. o182 = Instance.new("Weld")
  324. o183 = Instance.new("Weld")
  325. o184 = Instance.new("Part")
  326. o185 = Instance.new("Script")
  327. o186 = Instance.new("BlockMesh")
  328. o187 = Instance.new("Weld")
  329. o188 = Instance.new("Weld")
  330. o189 = Instance.new("Part")
  331. o190 = Instance.new("Script")
  332. o191 = Instance.new("BlockMesh")
  333. o192 = Instance.new("Weld")
  334. o193 = Instance.new("Weld")
  335. o194 = Instance.new("Weld")
  336. o195 = Instance.new("Part")
  337. o196 = Instance.new("Weld")
  338. o197 = Instance.new("Weld")
  339. o198 = Instance.new("Part")
  340. o199 = Instance.new("Weld")
  341. o200 = Instance.new("Part")
  342. o201 = Instance.new("Weld")
  343. o202 = Instance.new("Model")
  344. o203 = Instance.new("Part")
  345. o204 = Instance.new("Sound")
  346. o205 = Instance.new("Part")
  347. o206 = Instance.new("Weld")
  348. o207 = Instance.new("Weld")
  349. o208 = Instance.new("Weld")
  350. o209 = Instance.new("Weld")
  351. o210 = Instance.new("Weld")
  352. o211 = Instance.new("Part")
  353. o1.Parent = mas
  354. o2.Parent = o1
  355. o2.Material = Enum.Material.Glass
  356. o2.BrickColor = BrickColor.new("Lily white")
  357. o2.Transparency = 0.5
  358. o2.Position = Vector3.new(6.5, 12, -294.5)
  359. o2.Anchored = true
  360. o2.Size = Vector3.new(1, 24, 77)
  361. o2.CFrame = CFrame.new(6.5, 12, -294.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  362. o2.BottomSurface = Enum.SurfaceType.Smooth
  363. o2.TopSurface = Enum.SurfaceType.Smooth
  364. o2.Color = Color3.new(0.929412, 0.917647, 0.917647)
  365. o2.Position = Vector3.new(6.5, 12, -294.5)
  366. o3.Parent = o1
  367. o3.Material = Enum.Material.Glass
  368. o3.BrickColor = BrickColor.new("Lily white")
  369. o3.Transparency = 0.5
  370. o3.Position = Vector3.new(-37, 24.5, -294)
  371. o3.Anchored = true
  372. o3.Size = Vector3.new(88, 1, 78)
  373. o3.CFrame = CFrame.new(-37, 24.5, -294, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  374. o3.BottomSurface = Enum.SurfaceType.Smooth
  375. o3.TopSurface = Enum.SurfaceType.Smooth
  376. o3.Color = Color3.new(0.929412, 0.917647, 0.917647)
  377. o3.Position = Vector3.new(-37, 24.5, -294)
  378. o4.Parent = o3
  379. o4.C0 = CFrame.new(-0.5, 12, 38.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  380. o4.C1 = CFrame.new(43, -0.5, 38, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  381. o4.Part0 = o2
  382. o4.Part1 = o3
  383. o5.Parent = o3
  384. o5.C0 = CFrame.new(-0.5, 12, 38.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  385. o5.C1 = CFrame.new(-44, -0.5, 38, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  386. o5.Part0 = o198
  387. o5.Part1 = o3
  388. o6.Parent = o3
  389. o6.C0 = CFrame.new(-44, 12, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  390. o6.C1 = CFrame.new(-44, -0.5, -38, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  391. o6.Part0 = o10
  392. o6.Part1 = o3
  393. o7.Parent = o3
  394. o7.C0 = CFrame.new(-18.5, 12, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  395. o7.C1 = CFrame.new(7, -0.5, 39, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  396. o7.Part0 = o205
  397. o7.Part1 = o3
  398. o8.Parent = o3
  399. o8.C0 = CFrame.new(-7, 8, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  400. o8.C1 = CFrame.new(-7, -0.5, 39, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  401. o8.Part0 = o195
  402. o8.Part1 = o3
  403. o9.Parent = o3
  404. o9.C0 = CFrame.new(-18.5, 12, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  405. o9.C1 = CFrame.new(-44, -0.5, 39, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  406. o9.Part0 = o200
  407. o9.Part1 = o3
  408. o10.Parent = o1
  409. o10.Material = Enum.Material.Glass
  410. o10.BrickColor = BrickColor.new("Lily white")
  411. o10.Transparency = 0.5
  412. o10.Position = Vector3.new(-37, 12, -332.5)
  413. o10.Anchored = true
  414. o10.Size = Vector3.new(88, 24, 1)
  415. o10.CFrame = CFrame.new(-37, 12, -332.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  416. o10.BottomSurface = Enum.SurfaceType.Smooth
  417. o10.TopSurface = Enum.SurfaceType.Smooth
  418. o10.Color = Color3.new(0.929412, 0.917647, 0.917647)
  419. o10.Position = Vector3.new(-37, 12, -332.5)
  420. o11.Parent = o1
  421. o12.Name = "wall"
  422. o12.Parent = o11
  423. o12.Material = Enum.Material.Concrete
  424. o12.Position = Vector3.new(-31.0392113, 4.05575037, -254.675171)
  425. o12.Rotation = Vector3.new(-180, 0, -180)
  426. o12.Anchored = true
  427. o12.Size = Vector3.new(1.99999988, 8.76000404, 2.4000001)
  428. o12.CFrame = CFrame.new(-31.0392113, 4.05575037, -254.675171, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  429. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  430. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  431. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  432. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  433. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  434. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  435. o12.Position = Vector3.new(-31.0392113, 4.05575037, -254.675171)
  436. o13.Parent = o12
  437. o13.C0 = CFrame.new(0, 0, -1.20000005, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  438. o13.C1 = CFrame.new(0.598449707, 0.680014372, 1.64505005, -1, 0, 0.000157999995, 0, 1, 0, -0.000157999995, 0, -1)
  439. o13.Part0 = o12
  440. o13.Part1 = o22
  441. o14.Parent = o11
  442. o14.Transparency = 1
  443. o14.Position = Vector3.new(-33.6893501, 4.46573591, -255.425079)
  444. o14.Rotation = Vector3.new(0, 90, 0)
  445. o14.Anchored = true
  446. o14.Size = Vector3.new(0.100000024, 2.79999995, 3.70000005)
  447. o14.CFrame = CFrame.new(-33.6893501, 4.46573591, -255.425079, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  448. o14.BottomSurface = Enum.SurfaceType.Smooth
  449. o14.TopSurface = Enum.SurfaceType.Smooth
  450. o14.Position = Vector3.new(-33.6893501, 4.46573591, -255.425079)
  451. o15.Parent = o14
  452. o15.Texture = "http://www.roblox.com/asset/?id=1220624115"
  453. o15.Face = Enum.NormalId.Right
  454. o16.Parent = o14
  455. o16.Texture = "http://www.roblox.com/asset/?id=1220624115"
  456. o16.Face = Enum.NormalId.Left
  457. o18.Name = "SurfaceGui"
  458. o18.Parent = o11
  459. o18.Material = Enum.Material.SmoothPlastic
  460. o18.Transparency = 1
  461. o18.Position = Vector3.new(-43.0793648, 5.2557807, -246.575104)
  462. o18.Rotation = Vector3.new(0, -90, 0)
  463. o18.Anchored = true
  464. o18.FormFactor = Enum.FormFactor.Custom
  465. o18.Size = Vector3.new(2.3999989, 1.79999924, 0.200000003)
  466. o18.CFrame = CFrame.new(-43.0793648, 5.2557807, -246.575104, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  467. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  468. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  469. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  470. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  471. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  472. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  473. o18.Position = Vector3.new(-43.0793648, 5.2557807, -246.575104)
  474. o19.Parent = o18
  475. o20.Parent = o19
  476. o20.Size = UDim2.new(1,0,1,0)
  477. o20.Text = "1.6"
  478. o20.BackgroundColor3 = Color3.new(1, 1, 1)
  479. o20.BackgroundTransparency = 1
  480. o20.FontSize = Enum.FontSize.Size14
  481. o20.TextColor3 = Color3.new(0, 0, 0)
  482. o20.TextScaled = true
  483. o20.TextStrokeColor3 = Color3.new(1, 1, 1)
  484. o20.TextWrapped = true
  485. o21.Parent = o11
  486. o22.Name = "Door"
  487. o22.Parent = o21
  488. o22.Material = Enum.Material.DiamondPlate
  489. o22.BrickColor = BrickColor.new("Dark stone grey")
  490. o22.Position = Vector3.new(-30.4405022, 3.37573934, -251.830215)
  491. o22.Rotation = Vector3.new(-180, -0.00999999978, -180)
  492. o22.Anchored = true
  493. o22.Size = Vector3.new(0.800000012, 6.90000057, 3.30000067)
  494. o22.CFrame = CFrame.new(-30.4405022, 3.37573934, -251.830215, -1, 0, -0.000157999995, 0, 1, 0, 0.000157999995, 0, -1)
  495. o22.BackSurface = Enum.SurfaceType.Weld
  496. o22.FrontSurface = Enum.SurfaceType.Weld
  497. o22.TopSurface = Enum.SurfaceType.Smooth
  498. o22.Color = Color3.new(0.388235, 0.372549, 0.384314)
  499. o22.Position = Vector3.new(-30.4405022, 3.37573934, -251.830215)
  500. o23.Name = "Open"
  501. o23.Parent = o21
  502. o23.BrickColor = BrickColor.new("Dark green")
  503. o23.Position = Vector3.new(-29.9903221, 4.62573004, -254.480789)
  504. o23.Rotation = Vector3.new(-180, -0.00999999978, -180)
  505. o23.Anchored = true
  506. o23.Size = Vector3.new(0.100000024, 1.20000005, 1)
  507. o23.CFrame = CFrame.new(-29.9903221, 4.62573004, -254.480789, -1, 0, -0.000157999995, 0, 1, 0, 0.000157999995, 0, -1)
  508. o23.BottomSurface = Enum.SurfaceType.Smooth
  509. o23.TopSurface = Enum.SurfaceType.Smooth
  510. o23.Color = Color3.new(0.156863, 0.498039, 0.278431)
  511. o23.Position = Vector3.new(-29.9903221, 4.62573004, -254.480789)
  512. o24.Parent = o23
  513. table.insert(cors,coroutine.create(function()
  514. wait()
  515. runDummyScript(function()
  516. function onClicked()
  517. script.Parent.Parent.Door.Transparency = 1
  518. script.Parent.Parent.Door.CanCollide = false
  519. end
  520. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  521.  
  522. end,o24)
  523. end))
  524. o25.Parent = o23
  525. o26.Name = "Close"
  526. o26.Parent = o21
  527. o26.BrickColor = BrickColor.new("Bright red")
  528. o26.Position = Vector3.new(-29.9903221, 3.42574, -254.480789)
  529. o26.Rotation = Vector3.new(-180, -0.00999999978, -180)
  530. o26.Anchored = true
  531. o26.Size = Vector3.new(0.100000024, 1.20000005, 1)
  532. o26.CFrame = CFrame.new(-29.9903221, 3.42574, -254.480789, -1, 0, -0.000157999995, 0, 1, 0, 0.000157999995, 0, -1)
  533. o26.BottomSurface = Enum.SurfaceType.Smooth
  534. o26.TopSurface = Enum.SurfaceType.Smooth
  535. o26.Color = Color3.new(0.768627, 0.156863, 0.109804)
  536. o26.Position = Vector3.new(-29.9903221, 3.42574, -254.480789)
  537. o27.Parent = o26
  538. table.insert(cors,coroutine.create(function()
  539. wait()
  540. runDummyScript(function()
  541. function onClicked()
  542. script.Parent.Parent.Door.Transparency = 0
  543. script.Parent.Parent.Door.CanCollide = true
  544. end
  545. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  546.  
  547. end,o27)
  548. end))
  549. o28.Parent = o26
  550. o29.Name = "Open"
  551. o29.Parent = o21
  552. o29.BrickColor = BrickColor.new("Dark green")
  553. o29.Position = Vector3.new(-31.4903221, 4.62573004, -253.480759)
  554. o29.Rotation = Vector3.new(0, -90, 0)
  555. o29.Anchored = true
  556. o29.Size = Vector3.new(0.100000024, 1.20000005, 1)
  557. o29.CFrame = CFrame.new(-31.4903221, 4.62573004, -253.480759, 0.000157999995, 0, -1, 0, 1, 0, 1, 0, 0.000157999995)
  558. o29.BottomSurface = Enum.SurfaceType.Smooth
  559. o29.TopSurface = Enum.SurfaceType.Smooth
  560. o29.Color = Color3.new(0.156863, 0.498039, 0.278431)
  561. o29.Position = Vector3.new(-31.4903221, 4.62573004, -253.480759)
  562. o30.Parent = o29
  563. table.insert(cors,coroutine.create(function()
  564. wait()
  565. runDummyScript(function()
  566. function onClicked()
  567. script.Parent.Parent.Door.Transparency = 1
  568. script.Parent.Parent.Door.CanCollide = false
  569. end
  570. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  571.  
  572. end,o30)
  573. end))
  574. o31.Parent = o29
  575. o32.Name = "Close"
  576. o32.Parent = o21
  577. o32.BrickColor = BrickColor.new("Bright red")
  578. o32.Position = Vector3.new(-31.4903221, 3.42574, -253.480759)
  579. o32.Rotation = Vector3.new(0, -90, 0)
  580. o32.Anchored = true
  581. o32.Size = Vector3.new(0.100000024, 1.20000005, 1)
  582. o32.CFrame = CFrame.new(-31.4903221, 3.42574, -253.480759, 0.000157999995, 0, -1, 0, 1, 0, 1, 0, 0.000157999995)
  583. o32.BottomSurface = Enum.SurfaceType.Smooth
  584. o32.TopSurface = Enum.SurfaceType.Smooth
  585. o32.Color = Color3.new(0.768627, 0.156863, 0.109804)
  586. o32.Position = Vector3.new(-31.4903221, 3.42574, -253.480759)
  587. o33.Parent = o32
  588. table.insert(cors,coroutine.create(function()
  589. wait()
  590. runDummyScript(function()
  591. function onClicked()
  592. script.Parent.Parent.Door.Transparency = 0
  593. script.Parent.Parent.Door.CanCollide = true
  594. end
  595. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  596.  
  597. end,o33)
  598. end))
  599. o34.Parent = o32
  600. o35.Parent = o11
  601. o36.Name = "Close"
  602. o36.Parent = o35
  603. o36.BrickColor = BrickColor.new("Bright red")
  604. o36.Position = Vector3.new(-36.0394325, 4.36573839, -246.124832)
  605. o36.Rotation = Vector3.new(0, 90, 0)
  606. o36.Anchored = true
  607. o36.Size = Vector3.new(0.100000024, 1.20000005, 1)
  608. o36.CFrame = CFrame.new(-36.0394325, 4.36573839, -246.124832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  609. o36.BottomSurface = Enum.SurfaceType.Smooth
  610. o36.TopSurface = Enum.SurfaceType.Smooth
  611. o36.Color = Color3.new(0.768627, 0.156863, 0.109804)
  612. o36.Position = Vector3.new(-36.0394325, 4.36573839, -246.124832)
  613. o37.Parent = o36
  614. table.insert(cors,coroutine.create(function()
  615. wait()
  616. runDummyScript(function()
  617. function onClicked()
  618. script.Parent.Parent.Door.Transparency = 0
  619. script.Parent.Parent.Door.CanCollide = true
  620. end
  621. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  622.  
  623. end,o37)
  624. end))
  625. o38.Parent = o36
  626. o39.Name = "Open"
  627. o39.Parent = o35
  628. o39.BrickColor = BrickColor.new("Dark green")
  629. o39.Position = Vector3.new(-36.0394325, 5.56572866, -246.124832)
  630. o39.Rotation = Vector3.new(0, -90, 0)
  631. o39.Anchored = true
  632. o39.Size = Vector3.new(0.100000024, 1.20000005, 1)
  633. o39.CFrame = CFrame.new(-36.0394325, 5.56572866, -246.124832, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  634. o39.BottomSurface = Enum.SurfaceType.Smooth
  635. o39.TopSurface = Enum.SurfaceType.Smooth
  636. o39.Color = Color3.new(0.156863, 0.498039, 0.278431)
  637. o39.Position = Vector3.new(-36.0394325, 5.56572866, -246.124832)
  638. o40.Parent = o39
  639. table.insert(cors,coroutine.create(function()
  640. wait()
  641. runDummyScript(function()
  642. function onClicked()
  643. script.Parent.Parent.Door.Transparency = 1
  644. script.Parent.Parent.Door.CanCollide = false
  645. end
  646. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  647.  
  648. end,o40)
  649. end))
  650. o41.Parent = o39
  651. o42.Name = "Door"
  652. o42.Parent = o35
  653. o42.Material = Enum.Material.DiamondPlate
  654. o42.BrickColor = BrickColor.new("Dark stone grey")
  655. o42.Position = Vector3.new(-41.3393135, 3.57575917, -244.675034)
  656. o42.Rotation = Vector3.new(0, 90, 0)
  657. o42.Anchored = true
  658. o42.Size = Vector3.new(1, 7.10000038, 4.19999981)
  659. o42.CFrame = CFrame.new(-41.3393135, 3.57575917, -244.675034, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  660. o42.BackSurface = Enum.SurfaceType.Weld
  661. o42.FrontSurface = Enum.SurfaceType.Weld
  662. o42.TopSurface = Enum.SurfaceType.Smooth
  663. o42.Color = Color3.new(0.388235, 0.372549, 0.384314)
  664. o42.Position = Vector3.new(-41.3393135, 3.57575917, -244.675034)
  665. o43.Parent = o42
  666. o43.C0 = CFrame.new(0, 0, 2.0999999, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  667. o43.C1 = CFrame.new(3.84999847, 2.04001403, -0.200012207, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  668. o43.Part0 = o42
  669. o43.Part1 = o80
  670. o44.Parent = o42
  671. o44.C0 = CFrame.new(0, 0, 2.0999999, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  672. o44.C1 = CFrame.new(1.89998627, -1.35997868, -0.199996948, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  673. o44.Part0 = o42
  674. o44.Part1 = o116
  675. o46.Parent = o11
  676. o46.Material = Enum.Material.Metal
  677. o46.Position = Vector3.new(-35.3976936, 10.1356239, -244.673309)
  678. o46.Rotation = Vector3.new(0, 85.2200012, 0)
  679. o46.Anchored = true
  680. o46.FormFactor = Enum.FormFactor.Custom
  681. o46.Size = Vector3.new(1.44999993, 3.39999962, 1.44999981)
  682. o46.CFrame = CFrame.new(-35.3976936, 10.1356239, -244.673309, 0.0832556784, 0, 0.996528208, 0, 1, 0, -0.996528208, 0, 0.083255671)
  683. o46.BottomSurface = Enum.SurfaceType.Smooth
  684. o46.TopSurface = Enum.SurfaceType.Smooth
  685. o46.Position = Vector3.new(-35.3976936, 10.1356239, -244.673309)
  686. o48.Name = "SurfaceGui"
  687. o48.Parent = o11
  688. o48.Material = Enum.Material.SmoothPlastic
  689. o48.Transparency = 1
  690. o48.Position = Vector3.new(-35.5433693, 2.89987302, -249.677216)
  691. o48.Rotation = Vector3.new(-0.0199999996, -90, 0)
  692. o48.Anchored = true
  693. o48.CanCollide = false
  694. o48.FormFactor = Enum.FormFactor.Custom
  695. o48.Size = Vector3.new(0.606180608, 0.242471859, 0.200000003)
  696. o48.CFrame = CFrame.new(-35.5433693, 2.89987302, -249.677216, 0, 0.000209999998, -1, 0.000385998428, 1, 0.000209999969, 1, -0.000385998428, -8.10596674e-08)
  697. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  698. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  699. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  700. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  701. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  702. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  703. o48.Position = Vector3.new(-35.5433693, 2.89987302, -249.677216)
  704. o49.Parent = o48
  705. o50.Parent = o49
  706. o50.Size = UDim2.new(1,0,1,0)
  707. o50.Text = "EDIT YOUR TEXT"
  708. o50.BackgroundColor3 = Color3.new(1, 1, 1)
  709. o50.BackgroundTransparency = 1
  710. o50.Font = Enum.Font.SourceSans
  711. o50.FontSize = Enum.FontSize.Size96
  712. o50.TextColor3 = Color3.new(0, 0, 0)
  713. o50.TextStrokeColor3 = Color3.new(1, 1, 1)
  714. o50.TextWrapped = true
  715. o51.Parent = o48
  716. o51.Scale = Vector3.new(1, 1, 0.451419353)
  717. o52.Name = "wall"
  718. o52.Parent = o11
  719. o52.Material = Enum.Material.Concrete
  720. o52.Position = Vector3.new(-38.7393456, 5.43573713, -252.925095)
  721. o52.Rotation = Vector3.new(-180, 0, -180)
  722. o52.Anchored = true
  723. o52.Size = Vector3.new(0.799999833, 3.86000085, 0.900000095)
  724. o52.CFrame = CFrame.new(-38.7393456, 5.43573713, -252.925095, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  725. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  726. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  727. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  728. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  729. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  730. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  731. o52.Position = Vector3.new(-38.7393456, 5.43573713, -252.925095)
  732. o53.Name = "wall"
  733. o53.Parent = o11
  734. o53.Material = Enum.Material.Concrete
  735. o53.Position = Vector3.new(-37.2893562, 6.5657382, -246.174835)
  736. o53.Rotation = Vector3.new(-180, 0, -180)
  737. o53.Anchored = true
  738. o53.Size = Vector3.new(1.19999981, 1.86000097, 0.199999899)
  739. o53.CFrame = CFrame.new(-37.2893562, 6.5657382, -246.174835, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  740. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  741. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  742. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  743. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  744. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  745. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  746. o53.Position = Vector3.new(-37.2893562, 6.5657382, -246.174835)
  747. o54.Name = "roof"
  748. o54.Parent = o11
  749. o54.Material = Enum.Material.Concrete
  750. o54.Position = Vector3.new(-37.3393517, 8.18062973, -249.77507)
  751. o54.Rotation = Vector3.new(-180, 0, -180)
  752. o54.Anchored = true
  753. o54.Size = Vector3.new(13, 0.51000005, 12.1999998)
  754. o54.CFrame = CFrame.new(-37.3393517, 8.18062973, -249.77507, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  755. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  756. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  757. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  758. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  759. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  760. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  761. o54.Position = Vector3.new(-37.3393517, 8.18062973, -249.77507)
  762. o55.Name = "CopyPart"
  763. o55.Parent = o11
  764. o55.Material = Enum.Material.SmoothPlastic
  765. o55.BrickColor = BrickColor.new("Dark stone grey")
  766. o55.Position = Vector3.new(-30.5864449, 4.11573839, -246.578751)
  767. o55.Rotation = Vector3.new(-180, 0, -180)
  768. o55.Anchored = true
  769. o55.FormFactor = Enum.FormFactor.Custom
  770. o55.Size = Vector3.new(0.200000003, 8.19999981, 0.200000003)
  771. o55.CFrame = CFrame.new(-30.5864449, 4.11573839, -246.578751, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  772. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  773. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  774. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  775. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  776. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  777. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  778. o55.Color = Color3.new(0.388235, 0.372549, 0.384314)
  779. o55.Position = Vector3.new(-30.5864449, 4.11573839, -246.578751)
  780. o56.Parent = o55
  781. o57.Parent = o55
  782. o57.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  783. o57.C1 = CFrame.new(225.413559, -4.11573839, -502.578735, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  784. o57.Part1 = o55
  785. o58.Name = "wall"
  786. o58.Parent = o11
  787. o58.Material = Enum.Material.Concrete
  788. o58.Position = Vector3.new(-39.5894051, 7.43573713, -254.675156)
  789. o58.Rotation = Vector3.new(-180, 0, -180)
  790. o58.Anchored = true
  791. o58.Size = Vector3.new(6.89999962, 1.26000094, 2.4000001)
  792. o58.CFrame = CFrame.new(-39.5894051, 7.43573713, -254.675156, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  793. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  794. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  795. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  796. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  797. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  798. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  799. o58.Position = Vector3.new(-39.5894051, 7.43573713, -254.675156)
  800. o59.Name = "wall"
  801. o59.Parent = o11
  802. o59.Material = Enum.Material.Concrete
  803. o59.Position = Vector3.new(-34.0392494, 7.03563738, -254.675156)
  804. o59.Rotation = Vector3.new(-180, 0, -180)
  805. o59.Anchored = true
  806. o59.Size = Vector3.new(4.4000001, 2.4000001, 2.4000001)
  807. o59.CFrame = CFrame.new(-34.0392494, 7.03563738, -254.675156, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  808. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  809. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  810. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  811. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  812. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  813. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  814. o59.Position = Vector3.new(-34.0392494, 7.03563738, -254.675156)
  815. o60.Name = "CopyPart"
  816. o60.Parent = o11
  817. o60.Material = Enum.Material.SmoothPlastic
  818. o60.BrickColor = BrickColor.new("Dark stone grey")
  819. o60.Position = Vector3.new(-30.436367, 4.18571901, -246.578735)
  820. o60.Rotation = Vector3.new(-180, 0, -180)
  821. o60.Anchored = true
  822. o60.FormFactor = Enum.FormFactor.Custom
  823. o60.Size = Vector3.new(0.600000024, 0.200000003, 0.400000274)
  824. o60.CFrame = CFrame.new(-30.436367, 4.18571901, -246.578735, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  825. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  826. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  827. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  828. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  829. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  830. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  831. o60.Color = Color3.new(0.388235, 0.372549, 0.384314)
  832. o60.Position = Vector3.new(-30.436367, 4.18571901, -246.578735)
  833. o61.Name = "wall"
  834. o61.Parent = o11
  835. o61.Material = Enum.Material.Concrete
  836. o61.BrickColor = BrickColor.new("Sage green")
  837. o61.Position = Vector3.new(-36.9893913, 8.01570892, -249.77507)
  838. o61.Rotation = Vector3.new(-180, 0, -180)
  839. o61.Anchored = true
  840. o61.Size = Vector3.new(12.3000011, 0.100000024, 12.1999998)
  841. o61.CFrame = CFrame.new(-36.9893913, 8.01570892, -249.77507, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  842. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  843. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  844. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  845. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  846. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  847. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  848. o61.Color = Color3.new(0.72549, 0.768627, 0.694118)
  849. o61.Position = Vector3.new(-36.9893913, 8.01570892, -249.77507)
  850. o62.Name = "BoothSFX"
  851. o62.Parent = o11
  852. o62.Transparency = 1
  853. o62.Position = Vector3.new(-39.8811073, 0.425727129, -249.796387)
  854. o62.Anchored = true
  855. o62.CanCollide = false
  856. o62.Size = Vector3.new(4, 1, 2)
  857. o62.CFrame = CFrame.new(-39.8811073, 0.425727129, -249.796387, 1, 6.73797467e-06, 2.29097786e-05, -6.73844988e-06, 1, 6.72501619e-06, -2.29013094e-05, -6.72517126e-06, 1)
  858. o62.Position = Vector3.new(-39.8811073, 0.425727129, -249.796387)
  859. o63.Name = "End"
  860. o63.Parent = o62
  861. o63.SoundId = "rbxassetid://392778431"
  862. o64.Name = "Alarm"
  863. o64.Parent = o62
  864. o64.SoundId = "rbxassetid://1001651643"
  865. o64.Volume = 4
  866. o64.Looped = true
  867. o65.Name = "Welcome"
  868. o65.Parent = o62
  869. o65.SoundId = "rbxassetid://650299518"
  870. o66.Name = "Denied"
  871. o66.Parent = o62
  872. o66.SoundId = "rbxassetid://650299295"
  873. o67.Name = "Present"
  874. o67.Parent = o62
  875. o67.SoundId = "rbxassetid://650299411"
  876. o68.Name = "Next"
  877. o68.Parent = o62
  878. o68.SoundId = "rbxassetid://650299203"
  879. o69.Name = "AcceptanceLight"
  880. o69.Parent = o62
  881. o69.Color = Color3.new(0.501961, 1, 0)
  882. o69.Enabled = false
  883. o69.Brightness = 100
  884. o70.Name = "DenyLight"
  885. o70.Parent = o62
  886. o70.Color = Color3.new(1, 0, 0)
  887. o70.Enabled = false
  888. o70.Brightness = 100
  889. o71.Name = "wall"
  890. o71.Parent = o11
  891. o71.Material = Enum.Material.Concrete
  892. o71.Position = Vector3.new(-37.3393974, 7.26573801, -246.124863)
  893. o71.Rotation = Vector3.new(-180, 0, -180)
  894. o71.Anchored = true
  895. o71.Size = Vector3.new(0.0999997854, 1.86000097, 0.0999998972)
  896. o71.CFrame = CFrame.new(-37.3393974, 7.26573801, -246.124863, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  897. o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  898. o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  899. o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  900. o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  901. o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  902. o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  903. o71.Position = Vector3.new(-37.3393974, 7.26573801, -246.124863)
  904. o72.Name = "wall"
  905. o72.Parent = o11
  906. o72.Material = Enum.Material.Concrete
  907. o72.Position = Vector3.new(-43.4493904, 4.01564264, -244.424973)
  908. o72.Rotation = Vector3.new(0, -90, 0)
  909. o72.Anchored = true
  910. o72.Size = Vector3.new(1.49999905, 8.84000111, 1)
  911. o72.CFrame = CFrame.new(-43.4493904, 4.01564264, -244.424973, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  912. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  913. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  914. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  915. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  916. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  917. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  918. o72.Position = Vector3.new(-43.4493904, 4.01564264, -244.424973)
  919. o73.Parent = o11
  920. o73.Material = Enum.Material.DiamondPlate
  921. o73.BrickColor = BrickColor.new("Dark stone grey")
  922. o73.Position = Vector3.new(-33.7493858, 5.23564577, -245.325058)
  923. o73.Rotation = Vector3.new(0, 90, 0)
  924. o73.Anchored = true
  925. o73.Size = Vector3.new(0.100000381, 5, 3.4000001)
  926. o73.CFrame = CFrame.new(-33.7493858, 5.23564577, -245.325058, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  927. o73.Color = Color3.new(0.388235, 0.372549, 0.384314)
  928. o73.Position = Vector3.new(-33.7493858, 5.23564577, -245.325058)
  929. o74.Parent = o73
  930. o75.Parent = o73
  931. table.insert(cors,coroutine.create(function()
  932. wait()
  933. runDummyScript(function()
  934. local Wood = true
  935.  
  936. local parent = script.Parent
  937.  
  938. local function on()
  939. Wood = true
  940. parent.Transparency = 0
  941. parent.CanCollide = true
  942. end
  943.  
  944. local function off()
  945. Wood = false
  946. parent.Transparency = 1
  947. parent.CanCollide = false
  948. end
  949.  
  950. local function OnClicked()
  951. if Wood == true then off() else on() end
  952.  
  953. end
  954. parent.ClickDetector.MouseClick:connect(OnClicked)
  955.  
  956. on()
  957.  
  958. end,o75)
  959. end))
  960. o76.Name = "wall"
  961. o76.Parent = o11
  962. o76.Material = Enum.Material.Concrete
  963. o76.Position = Vector3.new(-34.0392418, 7.03563738, -244.875076)
  964. o76.Rotation = Vector3.new(-180, 0, -180)
  965. o76.Anchored = true
  966. o76.Size = Vector3.new(4.4000001, 2.4000001, 2.4000001)
  967. o76.CFrame = CFrame.new(-34.0392418, 7.03563738, -244.875076, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  968. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  969. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  970. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  971. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  972. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  973. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  974. o76.Position = Vector3.new(-34.0392418, 7.03563738, -244.875076)
  975. o77.Parent = o11
  976. o77.Material = Enum.Material.Concrete
  977. o77.Position = Vector3.new(-38.2993584, 1.69576192, -249.875061)
  978. o77.Rotation = Vector3.new(0, 90, 0)
  979. o77.Anchored = true
  980. o77.Size = Vector3.new(7.60000038, 3.29999971, 1.79999995)
  981. o77.CFrame = CFrame.new(-38.2993584, 1.69576192, -249.875061, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  982. o77.BottomSurface = Enum.SurfaceType.Smooth
  983. o77.TopSurface = Enum.SurfaceType.Smooth
  984. o77.Position = Vector3.new(-38.2993584, 1.69576192, -249.875061)
  985. o78.Name = "window"
  986. o78.Parent = o11
  987. o78.Material = Enum.Material.Concrete
  988. o78.BrickColor = BrickColor.new("Sage green")
  989. o78.Transparency = 0.69999998807907
  990. o78.Position = Vector3.new(-38.7393456, 5.66575575, -249.775146)
  991. o78.Rotation = Vector3.new(0, 90, 0)
  992. o78.Anchored = true
  993. o78.Size = Vector3.new(7.40000057, 4, 0.600000024)
  994. o78.CFrame = CFrame.new(-38.7393456, 5.66575575, -249.775146, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  995. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  996. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  997. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  998. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  999. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. o78.Color = Color3.new(0.72549, 0.768627, 0.694118)
  1002. o78.Position = Vector3.new(-38.7393456, 5.66575575, -249.775146)
  1003. o79.Name = "wall"
  1004. o79.Parent = o11
  1005. o79.Material = Enum.Material.Concrete
  1006. o79.Position = Vector3.new(-31.039196, 3.97074366, -244.875031)
  1007. o79.Rotation = Vector3.new(-180, 0, -180)
  1008. o79.Anchored = true
  1009. o79.Size = Vector3.new(1.99999988, 8.59000111, 2.4000001)
  1010. o79.CFrame = CFrame.new(-31.039196, 3.97074366, -244.875031, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1011. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. o79.Position = Vector3.new(-31.039196, 3.97074366, -244.875031)
  1018. o80.Name = "wall"
  1019. o80.Parent = o11
  1020. o80.Material = Enum.Material.Concrete
  1021. o80.Position = Vector3.new(-35.3893776, 1.53574395, -244.875046)
  1022. o80.Rotation = Vector3.new(-180, 0, -180)
  1023. o80.Anchored = true
  1024. o80.Size = Vector3.new(7.69999981, 3.0600009, 2.4000001)
  1025. o80.CFrame = CFrame.new(-35.3893776, 1.53574395, -244.875046, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1026. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. o80.Position = Vector3.new(-35.3893776, 1.53574395, -244.875046)
  1033. o81.Parent = o80
  1034. o81.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1035. o81.C1 = CFrame.new(220.610626, -1.53574395, -500.875061, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1036. o81.Part1 = o80
  1037. o82.Parent = o11
  1038. o82.Transparency = 1
  1039. o82.Position = Vector3.new(-33.7392235, 4.46574736, -243.725052)
  1040. o82.Rotation = Vector3.new(0, 90, 0)
  1041. o82.Anchored = true
  1042. o82.Size = Vector3.new(0.0999999046, 5.69999981, 6.79999971)
  1043. o82.CFrame = CFrame.new(-33.7392235, 4.46574736, -243.725052, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1044. o82.BottomSurface = Enum.SurfaceType.Smooth
  1045. o82.TopSurface = Enum.SurfaceType.Smooth
  1046. o82.Position = Vector3.new(-33.7392235, 4.46574736, -243.725052)
  1047. o83.Name = "wall"
  1048. o83.Parent = o11
  1049. o83.Material = Enum.Material.Concrete
  1050. o83.Position = Vector3.new(-39.5894203, 7.43573713, -244.874817)
  1051. o83.Rotation = Vector3.new(-180, 0, -180)
  1052. o83.Anchored = true
  1053. o83.Size = Vector3.new(6.89999962, 1.26000094, 2.4000001)
  1054. o83.CFrame = CFrame.new(-39.5894203, 7.43573713, -244.874817, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1055. o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1056. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. o83.Position = Vector3.new(-39.5894203, 7.43573713, -244.874817)
  1062. o84.Name = "wall"
  1063. o84.Parent = o11
  1064. o84.Material = Enum.Material.Concrete
  1065. o84.Position = Vector3.new(-43.449482, 4.01564264, -255.125198)
  1066. o84.Rotation = Vector3.new(0, -90, 0)
  1067. o84.Anchored = true
  1068. o84.Size = Vector3.new(1.49999905, 8.84000111, 1)
  1069. o84.CFrame = CFrame.new(-43.449482, 4.01564264, -255.125198, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1070. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1071. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1072. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1073. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. o84.Position = Vector3.new(-43.449482, 4.01564264, -255.125198)
  1077. o85.Name = "ClickToPlaySoundBlock"
  1078. o85.Parent = o11
  1079. o85.Material = Enum.Material.SmoothPlastic
  1080. o85.BrickColor = BrickColor.new("Burnt Sienna")
  1081. o85.Position = Vector3.new(-37.289402, 6.09573889, -246.324829)
  1082. o85.Anchored = true
  1083. o85.FormFactor = Enum.FormFactor.Symmetric
  1084. o85.Size = Vector3.new(0.900000036, 0.649999976, 0.099999994)
  1085. o85.CFrame = CFrame.new(-37.289402, 6.09573889, -246.324829, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1086. o85.BottomSurface = Enum.SurfaceType.Smooth
  1087. o85.TopSurface = Enum.SurfaceType.Smooth
  1088. o85.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1089. o85.Position = Vector3.new(-37.289402, 6.09573889, -246.324829)
  1090. o86.Parent = o85
  1091. o87.Parent = o86
  1092. table.insert(cors,coroutine.create(function()
  1093. wait()
  1094. runDummyScript(function()
  1095. script.Parent.MouseClick:connect (function(start)
  1096. script.Parent.Parent.Audio: Play()
  1097. end)
  1098. end,o87)
  1099. end))
  1100. o88.Name = "Audio"
  1101. o88.Parent = o85
  1102. o88.SoundId = "rbxassetid://361971380"
  1103. o88:Play()
  1104. o88.Volume = 3
  1105. o89.Parent = o85
  1106. o90.Parent = o89
  1107. o90.Size = UDim2.new(1,0,1,0)
  1108. o90.Text = "LOCKDOWN"
  1109. o90.BackgroundColor3 = Color3.new(1, 1, 1)
  1110. o90.BackgroundTransparency = 1
  1111. o90.Font = Enum.Font.Arcade
  1112. o90.FontSize = Enum.FontSize.Size14
  1113. o90.TextColor3 = Color3.new(0.105882, 0, 0)
  1114. o90.TextScaled = true
  1115. o90.TextStrokeColor3 = Color3.new(1, 1, 1)
  1116. o90.TextWrapped = true
  1117. o92.Parent = o11
  1118. o93.Name = "Open"
  1119. o93.Parent = o92
  1120. o93.BrickColor = BrickColor.new("Dark green")
  1121. o93.Position = Vector3.new(-36.0393944, 5.56572866, -253.425278)
  1122. o93.Rotation = Vector3.new(0, 90, 0)
  1123. o93.Anchored = true
  1124. o93.Size = Vector3.new(0.100000024, 1.20000005, 1)
  1125. o93.CFrame = CFrame.new(-36.0393944, 5.56572866, -253.425278, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1126. o93.BottomSurface = Enum.SurfaceType.Smooth
  1127. o93.TopSurface = Enum.SurfaceType.Smooth
  1128. o93.Color = Color3.new(0.156863, 0.498039, 0.278431)
  1129. o93.Position = Vector3.new(-36.0393944, 5.56572866, -253.425278)
  1130. o94.Parent = o93
  1131. table.insert(cors,coroutine.create(function()
  1132. wait()
  1133. runDummyScript(function()
  1134. function onClicked()
  1135. script.Parent.Parent.Door.Transparency = 1
  1136. script.Parent.Parent.Door.CanCollide = false
  1137. end
  1138. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  1139.  
  1140. end,o94)
  1141. end))
  1142. o95.Parent = o93
  1143. o96.Name = "Close"
  1144. o96.Parent = o92
  1145. o96.BrickColor = BrickColor.new("Bright red")
  1146. o96.Position = Vector3.new(-36.0393944, 4.36573839, -253.425278)
  1147. o96.Rotation = Vector3.new(0, 90, 0)
  1148. o96.Anchored = true
  1149. o96.Size = Vector3.new(0.100000024, 1.20000005, 1)
  1150. o96.CFrame = CFrame.new(-36.0393944, 4.36573839, -253.425278, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1151. o96.BottomSurface = Enum.SurfaceType.Smooth
  1152. o96.TopSurface = Enum.SurfaceType.Smooth
  1153. o96.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1154. o96.Position = Vector3.new(-36.0393944, 4.36573839, -253.425278)
  1155. o97.Parent = o96
  1156. table.insert(cors,coroutine.create(function()
  1157. wait()
  1158. runDummyScript(function()
  1159. function onClicked()
  1160. script.Parent.Parent.Door.Transparency = 0
  1161. script.Parent.Parent.Door.CanCollide = true
  1162. end
  1163. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  1164.  
  1165. end,o97)
  1166. end))
  1167. o98.Parent = o96
  1168. o99.Name = "Door"
  1169. o99.Parent = o92
  1170. o99.Material = Enum.Material.DiamondPlate
  1171. o99.BrickColor = BrickColor.new("Dark stone grey")
  1172. o99.Position = Vector3.new(-41.1394234, 3.47576642, -255.275284)
  1173. o99.Rotation = Vector3.new(0, 90, 0)
  1174. o99.Anchored = true
  1175. o99.Size = Vector3.new(0.800000012, 6.90000057, 3.80000019)
  1176. o99.CFrame = CFrame.new(-41.1394234, 3.47576642, -255.275284, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1177. o99.BackSurface = Enum.SurfaceType.Weld
  1178. o99.FrontSurface = Enum.SurfaceType.Weld
  1179. o99.TopSurface = Enum.SurfaceType.Smooth
  1180. o99.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1181. o99.Position = Vector3.new(-41.1394234, 3.47576642, -255.275284)
  1182. o100.Parent = o99
  1183. o100.C0 = CFrame.new(0, 0, 1.9000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1184. o100.C1 = CFrame.new(3.85011292, 1.94002151, 0.60017395, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1185. o100.Part0 = o99
  1186. o100.Part1 = o117
  1187. o101.Parent = o99
  1188. o101.C0 = CFrame.new(0, 0, 1.9000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1189. o101.C1 = CFrame.new(1.9001236, -1.45997214, 0.600158691, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1190. o101.Part0 = o99
  1191. o101.Part1 = o119
  1192. o102.Name = "wall"
  1193. o102.Parent = o11
  1194. o102.Material = Enum.Material.Concrete
  1195. o102.Position = Vector3.new(-37.6393547, 7.26573801, -246.124893)
  1196. o102.Rotation = Vector3.new(-180, 0, -180)
  1197. o102.Anchored = true
  1198. o102.Size = Vector3.new(0.0999997854, 1.86000097, 0.0999998972)
  1199. o102.CFrame = CFrame.new(-37.6393547, 7.26573801, -246.124893, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1200. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. o102.Position = Vector3.new(-37.6393547, 7.26573801, -246.124893)
  1207. o103.Name = "ClickToPlaySoundBlock"
  1208. o103.Parent = o11
  1209. o103.Material = Enum.Material.SmoothPlastic
  1210. o103.BrickColor = BrickColor.new("Burnt Sienna")
  1211. o103.Position = Vector3.new(-37.2894173, 6.99573565, -246.324829)
  1212. o103.Anchored = true
  1213. o103.FormFactor = Enum.FormFactor.Symmetric
  1214. o103.Size = Vector3.new(0.900000036, 0.649999976, 0.099999994)
  1215. o103.CFrame = CFrame.new(-37.2894173, 6.99573565, -246.324829, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1216. o103.BottomSurface = Enum.SurfaceType.Smooth
  1217. o103.TopSurface = Enum.SurfaceType.Smooth
  1218. o103.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1219. o103.Position = Vector3.new(-37.2894173, 6.99573565, -246.324829)
  1220. o104.Parent = o103
  1221. o105.Parent = o104
  1222. table.insert(cors,coroutine.create(function()
  1223. wait()
  1224. runDummyScript(function()
  1225. script.Parent.MouseClick:connect (function(start)
  1226. script.Parent.Parent.Audio: Play()
  1227. end)
  1228. end,o105)
  1229. end))
  1230. o106.Name = "Audio"
  1231. o106.Parent = o103
  1232. o106.SoundId = "rbxassetid://539295872"
  1233. o106.Volume = 3
  1234. o107.Parent = o103
  1235. o108.Parent = o107
  1236. o108.Size = UDim2.new(1,0,1,0)
  1237. o108.Text = "DETAIN"
  1238. o108.BackgroundColor3 = Color3.new(1, 1, 1)
  1239. o108.BackgroundTransparency = 1
  1240. o108.Font = Enum.Font.Arcade
  1241. o108.FontSize = Enum.FontSize.Size14
  1242. o108.TextColor3 = Color3.new(0.666667, 0, 0)
  1243. o108.TextScaled = true
  1244. o108.TextStrokeColor3 = Color3.new(1, 1, 1)
  1245. o108.TextWrapped = true
  1246. o109.Parent = o11
  1247. o109.Material = Enum.Material.SmoothPlastic
  1248. o109.Position = Vector3.new(-36.0689812, 3.28506112, -251.504929)
  1249. o109.Rotation = Vector3.new(-5.76999998, -29.8700008, 177.119995)
  1250. o109.Anchored = true
  1251. o109.CanCollide = false
  1252. o109.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1253. o109.CFrame = CFrame.new(-36.0689812, 3.28506112, -251.504929, -0.866025388, -0.0435789563, -0.498097181, 0, -0.996194541, 0.08715792, -0.49999994, 0.0754809752, 0.862729788)
  1254. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. o109.Position = Vector3.new(-36.0689812, 3.28506112, -251.504929)
  1261. o110.Parent = o109
  1262. o110.Scale = Vector3.new(0.397187501, 0.0794375315, 0.255327642)
  1263. o112.Name = "CopyPart"
  1264. o112.Parent = o11
  1265. o112.Material = Enum.Material.SmoothPlastic
  1266. o112.BrickColor = BrickColor.new("Dark stone grey")
  1267. o112.Position = Vector3.new(-30.4363518, 7.62573099, -246.57872)
  1268. o112.Rotation = Vector3.new(-180, 0, -180)
  1269. o112.Anchored = true
  1270. o112.FormFactor = Enum.FormFactor.Custom
  1271. o112.Size = Vector3.new(0.600000024, 0.200000003, 0.400000274)
  1272. o112.CFrame = CFrame.new(-30.4363518, 7.62573099, -246.57872, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1273. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. o112.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1280. o112.Position = Vector3.new(-30.4363518, 7.62573099, -246.57872)
  1281. o113.Parent = o11
  1282. o113.BrickColor = BrickColor.new("Deep orange")
  1283. o113.Position = Vector3.new(-42.9293709, 5.90574789, -251.625107)
  1284. o113.Rotation = Vector3.new(0, 90, 0)
  1285. o113.Anchored = true
  1286. o113.Size = Vector3.new(3.30000067, 2.69999957, 0.100000001)
  1287. o113.CFrame = CFrame.new(-42.9293709, 5.90574789, -251.625107, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1288. o113.BottomSurface = Enum.SurfaceType.Smooth
  1289. o113.TopSurface = Enum.SurfaceType.Smooth
  1290. o113.Color = Color3.new(1, 0.690196, 0)
  1291. o113.Position = Vector3.new(-42.9293709, 5.90574789, -251.625107)
  1292. o114.Parent = o113
  1293. o114.Texture = "http://www.roblox.com/asset/?id=1248731524"
  1294. o114.Face = Enum.NormalId.Back
  1295. o115.Name = "brick"
  1296. o115.Parent = o11
  1297. o115.Material = Enum.Material.Metal
  1298. o115.BrickColor = BrickColor.new("Fawn brown")
  1299. o115.Position = Vector3.new(-37.7330589, 6.26075602, -253.230301)
  1300. o115.Rotation = Vector3.new(-180, 0, -180)
  1301. o115.Anchored = true
  1302. o115.Size = Vector3.new(0.529999971, 1.00999999, 0.479999989)
  1303. o115.CFrame = CFrame.new(-37.7330589, 6.26075602, -253.230301, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1304. o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. o115.Color = Color3.new(0.627451, 0.517647, 0.309804)
  1311. o115.Position = Vector3.new(-37.7330589, 6.26075602, -253.230301)
  1312. o116.Name = "wall"
  1313. o116.Parent = o11
  1314. o116.Material = Enum.Material.Concrete
  1315. o116.Position = Vector3.new(-37.3393898, 4.93573236, -244.875031)
  1316. o116.Rotation = Vector3.new(-180, 0, -180)
  1317. o116.Anchored = true
  1318. o116.Size = Vector3.new(3.79999995, 3.86000085, 2.4000001)
  1319. o116.CFrame = CFrame.new(-37.3393898, 4.93573236, -244.875031, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1320. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. o116.Position = Vector3.new(-37.3393898, 4.93573236, -244.875031)
  1327. o117.Name = "wall"
  1328. o117.Parent = o11
  1329. o117.Material = Enum.Material.Concrete
  1330. o117.Position = Vector3.new(-35.38937, 1.53574395, -254.67511)
  1331. o117.Rotation = Vector3.new(-180, 0, -180)
  1332. o117.Anchored = true
  1333. o117.Size = Vector3.new(7.69999981, 3.0600009, 2.4000001)
  1334. o117.CFrame = CFrame.new(-35.38937, 1.53574395, -254.67511, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1335. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o117.Position = Vector3.new(-35.38937, 1.53574395, -254.67511)
  1342. o118.Parent = o117
  1343. o118.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1344. o118.C1 = CFrame.new(220.610626, -1.53574395, -510.67511, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1345. o118.Part1 = o117
  1346. o119.Name = "wall"
  1347. o119.Parent = o11
  1348. o119.Material = Enum.Material.Concrete
  1349. o119.Position = Vector3.new(-37.3393593, 4.93573236, -254.675125)
  1350. o119.Rotation = Vector3.new(-180, 0, -180)
  1351. o119.Anchored = true
  1352. o119.Size = Vector3.new(3.79999995, 3.86000085, 2.4000001)
  1353. o119.CFrame = CFrame.new(-37.3393593, 4.93573236, -254.675125, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1354. o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. o119.Position = Vector3.new(-37.3393593, 4.93573236, -254.675125)
  1361. o121.Name = "Head"
  1362. o121.Parent = o11
  1363. o121.BrickColor = BrickColor.new("Really black")
  1364. o121.Transparency = 0.89999997615814
  1365. o121.Position = Vector3.new(-35.6720695, 10.5354729, -241.18927)
  1366. o121.Rotation = Vector3.new(-180, 0, -180)
  1367. o121.Anchored = true
  1368. o121.FormFactor = Enum.FormFactor.Symmetric
  1369. o121.Size = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  1370. o121.CFrame = CFrame.new(-35.6720695, 10.5354729, -241.18927, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1371. o121.BottomSurface = Enum.SurfaceType.Glue
  1372. o121.TopSurface = Enum.SurfaceType.Smooth
  1373. o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1374. o121.Position = Vector3.new(-35.6720695, 10.5354729, -241.18927)
  1375. o123.Parent = mas
  1376. o123.Texture = "http://www.roblox.com/asset/?id=529896532"
  1377. o124.Name = "CopyPart"
  1378. o124.Parent = o11
  1379. o124.Material = Enum.Material.SmoothPlastic
  1380. o124.BrickColor = BrickColor.new("Dark stone grey")
  1381. o124.Position = Vector3.new(-30.436367, 0.71577096, -246.578735)
  1382. o124.Rotation = Vector3.new(-180, 0, -180)
  1383. o124.Anchored = true
  1384. o124.FormFactor = Enum.FormFactor.Custom
  1385. o124.Size = Vector3.new(0.600000024, 0.200000003, 0.400000274)
  1386. o124.CFrame = CFrame.new(-30.436367, 0.71577096, -246.578735, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1387. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1388. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. o124.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1394. o124.Position = Vector3.new(-30.436367, 0.71577096, -246.578735)
  1395. o125.Name = "wall"
  1396. o125.Parent = o11
  1397. o125.Material = Enum.Material.Concrete
  1398. o125.Position = Vector3.new(-42.989399, 7.68573141, -249.074875)
  1399. o125.Rotation = Vector3.new(-180, 0, -180)
  1400. o125.Anchored = true
  1401. o125.Size = Vector3.new(0.0999994278, 0.760000944, 10.7999992)
  1402. o125.CFrame = CFrame.new(-42.989399, 7.68573141, -249.074875, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1403. o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. o125.Position = Vector3.new(-42.989399, 7.68573141, -249.074875)
  1410. o126.Name = "wall"
  1411. o126.Parent = o11
  1412. o126.Material = Enum.Material.Concrete
  1413. o126.Position = Vector3.new(-38.7394066, 5.43573713, -246.325058)
  1414. o126.Rotation = Vector3.new(-180, 0, -180)
  1415. o126.Anchored = true
  1416. o126.Size = Vector3.new(0.799999833, 3.86000085, 0.900000095)
  1417. o126.CFrame = CFrame.new(-38.7394066, 5.43573713, -246.325058, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1418. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. o126.Position = Vector3.new(-38.7394066, 5.43573713, -246.325058)
  1425. o128.Name = "wall"
  1426. o128.Parent = o11
  1427. o128.Material = Enum.Material.Concrete
  1428. o128.Position = Vector3.new(-38.7394066, 7.68573141, -249.825058)
  1429. o128.Rotation = Vector3.new(-180, 0, -180)
  1430. o128.Anchored = true
  1431. o128.Size = Vector3.new(0.799999833, 0.760000944, 7.9000001)
  1432. o128.CFrame = CFrame.new(-38.7394066, 7.68573141, -249.825058, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1433. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. o128.Position = Vector3.new(-38.7394066, 7.68573141, -249.825058)
  1440. o130.Name = "wall"
  1441. o130.Parent = o11
  1442. o130.Material = Enum.Material.Concrete
  1443. o130.Position = Vector3.new(-30.4493904, 4.01564264, -247.075104)
  1444. o130.Rotation = Vector3.new(0, -90, 0)
  1445. o130.Anchored = true
  1446. o130.Size = Vector3.new(6.79999924, 8.84000111, 0.800000012)
  1447. o130.CFrame = CFrame.new(-30.4493904, 4.01564264, -247.075104, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1448. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o130.Position = Vector3.new(-30.4493904, 4.01564264, -247.075104)
  1455. o131.Name = "wall"
  1456. o131.Parent = o11
  1457. o131.Material = Enum.Material.Concrete
  1458. o131.Position = Vector3.new(-43.4994087, 4.01564741, -249.775116)
  1459. o131.Rotation = Vector3.new(0, -90, 0)
  1460. o131.Anchored = true
  1461. o131.Size = Vector3.new(12.1999989, 8.84000111, 0.899999976)
  1462. o131.CFrame = CFrame.new(-43.4994087, 4.01564741, -249.775116, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1463. o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. o131.Position = Vector3.new(-43.4994087, 4.01564741, -249.775116)
  1470. o132.Parent = o11
  1471. o132.Material = Enum.Material.SmoothPlastic
  1472. o132.BrickColor = BrickColor.new("Dirt brown")
  1473. o132.Position = Vector3.new(-43.4393806, 3.95574236, -255.775131)
  1474. o132.Rotation = Vector3.new(0, 90, 0)
  1475. o132.Anchored = true
  1476. o132.Size = Vector3.new(0.200000003, 7.99999952, 0.799999893)
  1477. o132.CFrame = CFrame.new(-43.4393806, 3.95574236, -255.775131, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1478. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. o132.Color = Color3.new(0.337255, 0.258824, 0.211765)
  1485. o132.Position = Vector3.new(-43.4393806, 3.95574236, -255.775131)
  1486. o136.Parent = o11
  1487. o136.Transparency = 1
  1488. o136.Position = Vector3.new(-33.6893806, 4.46573591, -244.825043)
  1489. o136.Rotation = Vector3.new(0, 90, 0)
  1490. o136.Anchored = true
  1491. o136.Size = Vector3.new(0.100000024, 2.79999995, 3.70000005)
  1492. o136.CFrame = CFrame.new(-33.6893806, 4.46573591, -244.825043, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1493. o136.BottomSurface = Enum.SurfaceType.Smooth
  1494. o136.TopSurface = Enum.SurfaceType.Smooth
  1495. o136.Position = Vector3.new(-33.6893806, 4.46573591, -244.825043)
  1496. o137.Parent = o136
  1497. o137.Texture = "http://www.roblox.com/asset/?id=1220624115"
  1498. o137.Face = Enum.NormalId.Right
  1499. o138.Parent = o136
  1500. o138.Texture = "http://www.roblox.com/asset/?id=1220624115"
  1501. o138.Face = Enum.NormalId.Left
  1502. o140.Parent = o11
  1503. o141.Name = "Door"
  1504. o141.Parent = o140
  1505. o141.Material = Enum.Material.DiamondPlate
  1506. o141.BrickColor = BrickColor.new("Dark stone grey")
  1507. o141.Position = Vector3.new(-38.3893547, 5.36574888, -249.625137)
  1508. o141.Rotation = Vector3.new(-90, 90, 0)
  1509. o141.Anchored = true
  1510. o141.Size = Vector3.new(3.90000033, 5.69999981, 0.0999999046)
  1511. o141.CFrame = CFrame.new(-38.3893547, 5.36574888, -249.625137, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  1512. o141.BottomSurface = Enum.SurfaceType.Smooth
  1513. o141.TopSurface = Enum.SurfaceType.Smooth
  1514. o141.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1515. o141.Position = Vector3.new(-38.3893547, 5.36574888, -249.625137)
  1516. o142.Name = "Smooth Block Model"
  1517. o142.Parent = o140
  1518. o142.BrickColor = BrickColor.new("Fawn brown")
  1519. o142.Transparency = 0.5
  1520. o142.Position = Vector3.new(-37.489399, 6.56573439, -253.225128)
  1521. o142.Rotation = Vector3.new(0, 90, 0)
  1522. o142.Anchored = true
  1523. o142.Size = Vector3.new(0.5, 0.400000036, 0.100000024)
  1524. o142.CFrame = CFrame.new(-37.489399, 6.56573439, -253.225128, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1525. o142.BottomSurface = Enum.SurfaceType.Smooth
  1526. o142.TopSurface = Enum.SurfaceType.Smooth
  1527. o142.Color = Color3.new(0.627451, 0.517647, 0.309804)
  1528. o142.Position = Vector3.new(-37.489399, 6.56573439, -253.225128)
  1529. o143.Parent = o142
  1530. table.insert(cors,coroutine.create(function()
  1531. wait()
  1532. runDummyScript(function()
  1533. function onClicked()
  1534. script.Parent.Parent.Door.Transparency = 1
  1535. script.Parent.Parent.Door.CanCollide = false
  1536. end
  1537. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  1538.  
  1539. end,o143)
  1540. end))
  1541. o144.Parent = o142
  1542. o145.Parent = o144
  1543. table.insert(cors,coroutine.create(function()
  1544. wait()
  1545. runDummyScript(function()
  1546. script.Parent.MouseClick:connect (function(start)
  1547. script.Parent.Parent.Audio: Play()
  1548. end)
  1549. end,o145)
  1550. end))
  1551. o146.Name = "Audio"
  1552. o146.Parent = o142
  1553. o146.SoundId = "rbxassetid://397571199"
  1554. o146:Play()
  1555. o146.Volume = 3
  1556. o147.Name = "Smooth Block Model"
  1557. o147.Parent = o140
  1558. o147.BrickColor = BrickColor.new("Fawn brown")
  1559. o147.Transparency = 0.5
  1560. o147.Position = Vector3.new(-37.489399, 5.96573973, -253.225128)
  1561. o147.Rotation = Vector3.new(0, 90, 0)
  1562. o147.Anchored = true
  1563. o147.Size = Vector3.new(0.5, 0.399999976, 0.100000024)
  1564. o147.CFrame = CFrame.new(-37.489399, 5.96573973, -253.225128, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1565. o147.BottomSurface = Enum.SurfaceType.Smooth
  1566. o147.TopSurface = Enum.SurfaceType.Smooth
  1567. o147.Color = Color3.new(0.627451, 0.517647, 0.309804)
  1568. o147.Position = Vector3.new(-37.489399, 5.96573973, -253.225128)
  1569. o148.Parent = o147
  1570. table.insert(cors,coroutine.create(function()
  1571. wait()
  1572. runDummyScript(function()
  1573. function onClicked()
  1574. script.Parent.Parent.Door.Transparency = 0
  1575. script.Parent.Parent.Door.CanCollide = true
  1576. end
  1577. script.Parent.ClickDetector.MouseClick:connect (onClicked)
  1578.  
  1579. end,o148)
  1580. end))
  1581. o149.Parent = o147
  1582. o150.Parent = o149
  1583. table.insert(cors,coroutine.create(function()
  1584. wait()
  1585. runDummyScript(function()
  1586. script.Parent.MouseClick:connect (function(start)
  1587. script.Parent.Parent.Audio: Play()
  1588. end)
  1589. end,o150)
  1590. end))
  1591. o151.Name = "Audio"
  1592. o151.Parent = o147
  1593. o151.SoundId = "rbxassetid://397571287"
  1594. o151:Play()
  1595. o151.Volume = 3
  1596. o152.Name = "Head"
  1597. o152.Parent = o11
  1598. o152.Transparency = 0.89999997615814
  1599. o152.Position = Vector3.new(-34.5245476, 10.8655548, -243.1689)
  1600. o152.Rotation = Vector3.new(-180, 0, -180)
  1601. o152.Anchored = true
  1602. o152.FormFactor = Enum.FormFactor.Symmetric
  1603. o152.Size = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  1604. o152.CFrame = CFrame.new(-34.5245476, 10.8655548, -243.1689, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1605. o152.BottomSurface = Enum.SurfaceType.Glue
  1606. o152.TopSurface = Enum.SurfaceType.Smooth
  1607. o152.Position = Vector3.new(-34.5245476, 10.8655548, -243.1689)
  1608. o153.Name = "wall"
  1609. o153.Parent = o11
  1610. o153.Material = Enum.Material.Concrete
  1611. o153.Position = Vector3.new(-36.9393883, 7.26573801, -246.124847)
  1612. o153.Rotation = Vector3.new(-180, 0, -180)
  1613. o153.Anchored = true
  1614. o153.Size = Vector3.new(0.0999997854, 1.86000097, 0.0999998972)
  1615. o153.CFrame = CFrame.new(-36.9393883, 7.26573801, -246.124847, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1616. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o153.Position = Vector3.new(-36.9393883, 7.26573801, -246.124847)
  1623. o155.Name = "wall"
  1624. o155.Parent = o11
  1625. o155.Material = Enum.Material.Concrete
  1626. o155.Position = Vector3.new(-30.4493523, 7.56563997, -250.375107)
  1627. o155.Rotation = Vector3.new(0, -90, 0)
  1628. o155.Anchored = true
  1629. o155.Size = Vector3.new(6.39999914, 1.74000096, 0.800000012)
  1630. o155.CFrame = CFrame.new(-30.4493523, 7.56563997, -250.375107, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1631. o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. o155.Position = Vector3.new(-30.4493523, 7.56563997, -250.375107)
  1638. o156.Parent = o11
  1639. o156.BrickColor = BrickColor.new("Dirt brown")
  1640. o156.Position = Vector3.new(-42.9293709, 2.78564, -251.625107)
  1641. o156.Rotation = Vector3.new(0, 90, 0)
  1642. o156.Anchored = true
  1643. o156.Size = Vector3.new(3.30000067, 2.69999957, 0.100000001)
  1644. o156.CFrame = CFrame.new(-42.9293709, 2.78564, -251.625107, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1645. o156.BottomSurface = Enum.SurfaceType.Smooth
  1646. o156.TopSurface = Enum.SurfaceType.Smooth
  1647. o156.Color = Color3.new(0.337255, 0.258824, 0.211765)
  1648. o156.Position = Vector3.new(-42.9293709, 2.78564, -251.625107)
  1649. o157.Parent = o156
  1650. o157.Texture = "http://www.roblox.com/asset/?id=1283263401"
  1651. o157.Face = Enum.NormalId.Back
  1652. o158.Parent = o11
  1653. o158.Material = Enum.Material.DiamondPlate
  1654. o158.BrickColor = BrickColor.new("Dark stone grey")
  1655. o158.Position = Vector3.new(-33.7493401, 5.23564577, -254.925125)
  1656. o158.Rotation = Vector3.new(0, 90, 0)
  1657. o158.Anchored = true
  1658. o158.Size = Vector3.new(0.100000381, 5, 3.4000001)
  1659. o158.CFrame = CFrame.new(-33.7493401, 5.23564577, -254.925125, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1660. o158.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1661. o158.Position = Vector3.new(-33.7493401, 5.23564577, -254.925125)
  1662. o159.Parent = o158
  1663. o160.Parent = o158
  1664. table.insert(cors,coroutine.create(function()
  1665. wait()
  1666. runDummyScript(function()
  1667. local Wood = true
  1668.  
  1669. local parent = script.Parent
  1670.  
  1671. local function on()
  1672. Wood = true
  1673. parent.Transparency = 0
  1674. parent.CanCollide = true
  1675. end
  1676.  
  1677. local function off()
  1678. Wood = false
  1679. parent.Transparency = 1
  1680. parent.CanCollide = false
  1681. end
  1682.  
  1683. local function OnClicked()
  1684. if Wood == true then off() else on() end
  1685.  
  1686. end
  1687. parent.ClickDetector.MouseClick:connect(OnClicked)
  1688.  
  1689. on()
  1690.  
  1691. end,o160)
  1692. end))
  1693. o161.Name = "ClickToPlaySoundBlock"
  1694. o161.Parent = o11
  1695. o161.Material = Enum.Material.SmoothPlastic
  1696. o161.BrickColor = BrickColor.new("Burnt Sienna")
  1697. o161.Position = Vector3.new(-36.8394051, 3.33576035, -246.646133)
  1698. o161.Rotation = Vector3.new(90, 0, 90)
  1699. o161.Anchored = true
  1700. o161.FormFactor = Enum.FormFactor.Symmetric
  1701. o161.Size = Vector3.new(0.900000036, 0.649999976, 0.099999994)
  1702. o161.CFrame = CFrame.new(-36.8394051, 3.33576035, -246.646133, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  1703. o161.BottomSurface = Enum.SurfaceType.Smooth
  1704. o161.TopSurface = Enum.SurfaceType.Smooth
  1705. o161.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1706. o161.Position = Vector3.new(-36.8394051, 3.33576035, -246.646133)
  1707. o162.Parent = o161
  1708. o163.Parent = o162
  1709. table.insert(cors,coroutine.create(function()
  1710. wait()
  1711. runDummyScript(function()
  1712. script.Parent.MouseClick:connect (function(start)
  1713. script.Parent.Parent.Audio: Play()
  1714. end)
  1715. end,o163)
  1716. end))
  1717. o164.Name = "Audio"
  1718. o164.Parent = o161
  1719. o164.SoundId = "rbxassetid://179939450"
  1720. o164:Play()
  1721. o164.Volume = 3
  1722. o165.Parent = o161
  1723. o166.Parent = o165
  1724. o166.Size = UDim2.new(1,0,1,0)
  1725. o166.Text = "Call Next"
  1726. o166.BackgroundColor3 = Color3.new(1, 1, 1)
  1727. o166.BackgroundTransparency = 1
  1728. o166.Font = Enum.Font.Arcade
  1729. o166.FontSize = Enum.FontSize.Size14
  1730. o166.TextColor3 = Color3.new(0.254902, 0.666667, 0)
  1731. o166.TextScaled = true
  1732. o166.TextStrokeColor3 = Color3.new(1, 1, 1)
  1733. o166.TextWrapped = true
  1734. o167.Parent = o161
  1735. table.insert(cors,coroutine.create(function()
  1736. wait()
  1737. runDummyScript(function()
  1738. function onClicked(mouse)
  1739. script.Parent.Parent.Name = "NEXT!" --What the figure's name will be after you click the torso.
  1740. wait(3) --How long until the character name goes back to normal.
  1741. script.Parent.Parent.Name = " " --What the figure's name will be after you click the torso.
  1742. end
  1743.  
  1744. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1745.  
  1746. end,o167)
  1747. end))
  1748. o173.Name = "Owner Only"
  1749. o173.Parent = o11
  1750. o173.BrickColor = BrickColor.new("Forest green")
  1751. o173.Transparency = 1
  1752. o173.Position = Vector3.new(-24.7699966, 3.28562617, -251.580002)
  1753. o173.Rotation = Vector3.new(-180, 0, -180)
  1754. o173.Anchored = true
  1755. o173.FormFactor = Enum.FormFactor.Plate
  1756. o173.Size = Vector3.new(1.32000375, 7.38000011, 8.59999943)
  1757. o173.CFrame = CFrame.new(-24.7699966, 3.28562617, -251.580002, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1758. o173.Color = Color3.new(0.121569, 0.501961, 0.113725)
  1759. o173.Position = Vector3.new(-24.7699966, 3.28562617, -251.580002)
  1760. o174.Parent = o173
  1761. table.insert(cors,coroutine.create(function()
  1762. wait()
  1763. runDummyScript(function()
  1764. print("e")
  1765.  
  1766. -- list of account names allowed to go through the door.
  1767. permission = {"zachrogamehard133447"}
  1768.  
  1769. function checkOkToLetIn(name)
  1770. for i = 1,#permission do
  1771.  
  1772. if (string.upper(name) == string.upper(permission[i])) then return true end
  1773. end
  1774. return false
  1775. end
  1776.  
  1777. local Door = script.Parent
  1778.  
  1779. function onTouched(hit)
  1780. print("Door Hit")
  1781. local human = hit.Parent:findFirstChild("Humanoid")
  1782. if (human ~= nil ) then
  1783. -- a human has touched this door!
  1784. print("Human touched door")
  1785. -- test the human's name against the permission list
  1786. if (checkOkToLetIn(human.Parent.Name)) then
  1787. print("Human passed test")
  1788. Door.Transparency = 0.7
  1789. Door.CanCollide = false
  1790. wait(0.5) -- this is how long the door is open
  1791. Door.CanCollide = true
  1792. Door.Transparency = 0
  1793. else human.Health= 0 -- delete this line of you want a non-killing VIP door
  1794. end
  1795. end
  1796. end
  1797.  
  1798. script.Parent.Touched:connect(onTouched)
  1799.  
  1800. end,o174)
  1801. end))
  1802. o175.Parent = o173
  1803. o176.Name = "J0HN"
  1804. o176.Parent = o173
  1805. o177.Name = "Owner Only"
  1806. o177.Parent = o11
  1807. o177.BrickColor = BrickColor.new("Forest green")
  1808. o177.Transparency = 1
  1809. o177.Position = Vector3.new(-27.1234856, 3.27835298, -256.014984)
  1810. o177.Rotation = Vector3.new(-180, 0, -180)
  1811. o177.Anchored = true
  1812. o177.FormFactor = Enum.FormFactor.Plate
  1813. o177.Size = Vector3.new(6.05000257, 7.94999981, 0.4399997)
  1814. o177.CFrame = CFrame.new(-27.1234856, 3.27835298, -256.014984, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1815. o177.Color = Color3.new(0.121569, 0.501961, 0.113725)
  1816. o177.Position = Vector3.new(-27.1234856, 3.27835298, -256.014984)
  1817. o178.Parent = o177
  1818. table.insert(cors,coroutine.create(function()
  1819. wait()
  1820. runDummyScript(function()
  1821. print("VIP Door Script loaded")
  1822.  
  1823. -- list of account names allowed to go through the door.
  1824. permission = {"zachrogamehard133447"}
  1825.  
  1826. function checkOkToLetIn(name)
  1827. for i = 1,#permission do
  1828.  
  1829. if (string.upper(name) == string.upper(permission[i])) then return true end
  1830. end
  1831. return false
  1832. end
  1833.  
  1834. local Door = script.Parent
  1835.  
  1836. function onTouched(hit)
  1837. print("Door Hit")
  1838. local human = hit.Parent:findFirstChild("Humanoid")
  1839. if (human ~= nil ) then
  1840. -- a human has touched this door!
  1841. print("Human touched door")
  1842. -- test the human's name against the permission list
  1843. if (checkOkToLetIn(human.Parent.Name)) then
  1844. print("Human passed test")
  1845. Door.Transparency = 0.7
  1846. Door.CanCollide = false
  1847. wait(0.5) -- this is how long the door is open
  1848. Door.CanCollide = true
  1849. Door.Transparency = 0
  1850. else human.Health= 0 -- delete this line of you want a non-killing VIP door
  1851. end
  1852. end
  1853. end
  1854.  
  1855. script.Parent.Touched:connect(onTouched)
  1856.  
  1857. end,o178)
  1858. end))
  1859. o179.Parent = o177
  1860. o180.Name = "J0HN"
  1861. o180.Parent = o177
  1862. o181.Parent = o177
  1863. o181.C0 = CFrame.new(-6.04010534, -0.159994721, 3.87994862, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1864. o181.C1 = CFrame.new(3.03587723, -3.11258268, -12.1799898, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1865. o181.Part1 = o177
  1866. o182.Parent = o177
  1867. o182.C0 = CFrame.new(-6.04010534, -0.159994721, 3.87994862, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1868. o182.C1 = CFrame.new(3.03587723, -3.51258469, -12.1799898, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1869. o182.Part1 = o177
  1870. o183.Parent = o177
  1871. o183.C0 = CFrame.new(-6.04010534, -0.159994721, 3.87994862, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1872. o183.C1 = CFrame.new(3.03587723, -3.31258154, -12.1799898, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1873. o183.Part1 = o177
  1874. o184.Name = "Owner Only"
  1875. o184.Parent = o11
  1876. o184.BrickColor = BrickColor.new("Forest green")
  1877. o184.Transparency = 1
  1878. o184.Position = Vector3.new(-27.1334839, 7.02877188, -251.304581)
  1879. o184.Rotation = Vector3.new(-180, 0, -180)
  1880. o184.Anchored = true
  1881. o184.FormFactor = Enum.FormFactor.Plate
  1882. o184.Size = Vector3.new(6.03000116, 0.429999232, 9.17999935)
  1883. o184.CFrame = CFrame.new(-27.1334839, 7.02877188, -251.304581, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1884. o184.Color = Color3.new(0.121569, 0.501961, 0.113725)
  1885. o184.Position = Vector3.new(-27.1334839, 7.02877188, -251.304581)
  1886. o185.Parent = o184
  1887. table.insert(cors,coroutine.create(function()
  1888. wait()
  1889. runDummyScript(function()
  1890. print("VIP Door Script loaded")
  1891.  
  1892. -- list of account names allowed to go through the door.
  1893. permission = {"zachrogamehard133447"}
  1894.  
  1895. function checkOkToLetIn(name)
  1896. for i = 1,#permission do
  1897.  
  1898. if (string.upper(name) == string.upper(permission[i])) then return true end
  1899. end
  1900. return false
  1901. end
  1902.  
  1903. local Door = script.Parent
  1904.  
  1905. function onTouched(hit)
  1906. print("Door Hit")
  1907. local human = hit.Parent:findFirstChild("Humanoid")
  1908. if (human ~= nil ) then
  1909. -- a human has touched this door!
  1910. print("Human touched door")
  1911. -- test the human's name against the permission list
  1912. if (checkOkToLetIn(human.Parent.Name)) then
  1913. print("Human passed test")
  1914. Door.Transparency = 0.7
  1915. Door.CanCollide = false
  1916. wait(0.5) -- this is how long the door is open
  1917. Door.CanCollide = true
  1918. Door.Transparency = 0
  1919. else human.Health= 0 -- delete this line of you want a non-killing VIP door
  1920. end
  1921. end
  1922. end
  1923.  
  1924. script.Parent.Touched:connect(onTouched)
  1925.  
  1926. end,o185)
  1927. end))
  1928. o186.Parent = o184
  1929. o187.Name = "J0HN"
  1930. o187.Parent = o184
  1931. o188.Parent = o184
  1932. o188.C0 = CFrame.new(-0.400000006, 3.45000029, 1.65000033, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1933. o188.C1 = CFrame.new(2.90727806, -0.203032494, 2.17569304, -1, 0.000157999995, 0, 0, 0, 1, 0.000157999995, 1, 0)
  1934. o188.Part0 = o22
  1935. o188.Part1 = o184
  1936. o189.Name = "Owner Only"
  1937. o189.Parent = o11
  1938. o189.BrickColor = BrickColor.new("Forest green")
  1939. o189.Transparency = 1
  1940. o189.Position = Vector3.new(-27.1534805, 3.28563571, -247.109589)
  1941. o189.Rotation = Vector3.new(-180, 0, -180)
  1942. o189.Anchored = true
  1943. o189.FormFactor = Enum.FormFactor.Plate
  1944. o189.Size = Vector3.new(5.99000216, 7.38000011, 0.789999723)
  1945. o189.CFrame = CFrame.new(-27.1534805, 3.28563571, -247.109589, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1946. o189.Color = Color3.new(0.121569, 0.501961, 0.113725)
  1947. o189.Position = Vector3.new(-27.1534805, 3.28563571, -247.109589)
  1948. o190.Parent = o189
  1949. table.insert(cors,coroutine.create(function()
  1950. wait()
  1951. runDummyScript(function()
  1952. print("VIP Door Script loaded")
  1953.  
  1954. -- list of account names allowed to go through the door.
  1955. permission = {"zachrogamehard133447"}
  1956.  
  1957. function checkOkToLetIn(name)
  1958. for i = 1,#permission do
  1959.  
  1960. if (string.upper(name) == string.upper(permission[i])) then return true end
  1961. end
  1962. return false
  1963. end
  1964.  
  1965. local Door = script.Parent
  1966.  
  1967. function onTouched(hit)
  1968. print("Door Hit")
  1969. local human = hit.Parent:findFirstChild("Humanoid")
  1970. if (human ~= nil ) then
  1971. -- a human has touched this door!
  1972. print("Human touched door")
  1973. -- test the human's name against the permission list
  1974. if (checkOkToLetIn(human.Parent.Name)) then
  1975. print("Human passed test")
  1976. Door.Transparency = 0.7
  1977. Door.CanCollide = false
  1978. wait(0.5) -- this is how long the door is open
  1979. Door.CanCollide = true
  1980. Door.Transparency = 0
  1981. else human.Health= 0 -- delete this line of you want a non-killing VIP door
  1982. end
  1983. end
  1984. end
  1985.  
  1986. script.Parent.Touched:connect(onTouched)
  1987.  
  1988. end,o190)
  1989. end))
  1990. o191.Parent = o189
  1991. o192.Name = "J0HN"
  1992. o192.Parent = o189
  1993. o193.Parent = o189
  1994. o193.C0 = CFrame.new(-0.300000012, -0.100000001, -0.200000137, -0, 0, -1, 0, 1, 0, 1, 0, -0)
  1995. o193.C1 = CFrame.new(2.98288536, -2.66986465, -0.730851173, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1996. o193.Part0 = o124
  1997. o193.Part1 = o189
  1998. o194.Parent = o189
  1999. o194.C0 = CFrame.new(-0.300000012, -0.100000001, -0.200000137, -0, 0, -1, 0, 1, 0, 1, 0, -0)
  2000. o194.C1 = CFrame.new(2.98288536, 0.800083637, -0.730851173, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2001. o194.Part0 = o60
  2002. o194.Part1 = o189
  2003. o195.Parent = o1
  2004. o195.Material = Enum.Material.Glass
  2005. o195.BrickColor = BrickColor.new("Lily white")
  2006. o195.Transparency = 0.5
  2007. o195.Position = Vector3.new(-37, 16, -255.5)
  2008. o195.Anchored = true
  2009. o195.Size = Vector3.new(14, 16, 1)
  2010. o195.CFrame = CFrame.new(-37, 16, -255.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2011. o195.BottomSurface = Enum.SurfaceType.Smooth
  2012. o195.TopSurface = Enum.SurfaceType.Smooth
  2013. o195.Color = Color3.new(0.929412, 0.917647, 0.917647)
  2014. o195.Position = Vector3.new(-37, 16, -255.5)
  2015. o196.Parent = o195
  2016. o196.C0 = CFrame.new(-5.83991003, 4.04007626, 0.469991833, -0.99999994, 0, 0, 0, 0, 0.99999994, 0, 1, 0)
  2017. o196.C1 = CFrame.new(-5.93941879, -8.00417137, 11.4648132, 0, 1, 0, 0, 0, 0.99999994, 0.99999994, 0, 0)
  2018. o196.Part1 = o195
  2019. o197.Parent = o195
  2020. o197.C0 = CFrame.new(18.5, -12, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  2021. o197.C1 = CFrame.new(-7, -16, 0.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2022. o197.Part0 = o200
  2023. o197.Part1 = o195
  2024. o198.Parent = o1
  2025. o198.Material = Enum.Material.Glass
  2026. o198.BrickColor = BrickColor.new("Lily white")
  2027. o198.Transparency = 0.5
  2028. o198.Position = Vector3.new(-80.5, 12, -294.5)
  2029. o198.Anchored = true
  2030. o198.Size = Vector3.new(1, 24, 77)
  2031. o198.CFrame = CFrame.new(-80.5, 12, -294.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2032. o198.BottomSurface = Enum.SurfaceType.Smooth
  2033. o198.TopSurface = Enum.SurfaceType.Smooth
  2034. o198.Color = Color3.new(0.929412, 0.917647, 0.917647)
  2035. o198.Position = Vector3.new(-80.5, 12, -294.5)
  2036. o199.Parent = o198
  2037. o199.C0 = CFrame.new(18.5, -12, -0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2038. o199.C1 = CFrame.new(36.5, -12, 38.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2039. o199.Part0 = o200
  2040. o199.Part1 = o198
  2041. o200.Parent = o1
  2042. o200.Material = Enum.Material.Glass
  2043. o200.BrickColor = BrickColor.new("Lily white")
  2044. o200.Transparency = 0.5
  2045. o200.Position = Vector3.new(-62.5, 12, -255.5)
  2046. o200.Anchored = true
  2047. o200.Size = Vector3.new(37, 24, 1)
  2048. o200.CFrame = CFrame.new(-62.5, 12, -255.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2049. o200.BottomSurface = Enum.SurfaceType.Smooth
  2050. o200.TopSurface = Enum.SurfaceType.Smooth
  2051. o200.Color = Color3.new(0.929412, 0.917647, 0.917647)
  2052. o200.Position = Vector3.new(-62.5, 12, -255.5)
  2053. o201.Parent = o200
  2054. o201.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2055. o201.C1 = CFrame.new(-193.5, -12, 511.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2056. o201.Part1 = o200
  2057. o202.Name = "Radio"
  2058. o202.Parent = o1
  2059. o203.Name = "sound"
  2060. o203.Parent = o202
  2061. o203.Material = Enum.Material.DiamondPlate
  2062. o203.Transparency = 1
  2063. o203.Position = Vector3.new(-39.6755371, 17.1693707, -302.583344)
  2064. o203.Rotation = Vector3.new(0, -12, 0)
  2065. o203.Anchored = true
  2066. o203.Shape = Enum.PartType.Ball
  2067. o203.Size = Vector3.new(1, 1, 1)
  2068. o203.CFrame = CFrame.new(-39.6755371, 17.1693707, -302.583344, 0.978147626, 2.40581546e-08, -0.207911462, -2.36635156e-08, 0.999999881, 4.38525172e-09, 0.207911432, 6.30492658e-10, 0.978147745)
  2069. o203.BottomSurface = Enum.SurfaceType.Smooth
  2070. o203.TopSurface = Enum.SurfaceType.Smooth
  2071. o203.Position = Vector3.new(-39.6755371, 17.1693707, -302.583344)
  2072. o204.Name = "song"
  2073. o204.Parent = o203
  2074. o204.SoundId = "rbxassetid://1117396305"
  2075. o204:Play()
  2076. o204.Volume = 10
  2077. o204.Looped = true
  2078. o205.Parent = o1
  2079. o205.Material = Enum.Material.Glass
  2080. o205.BrickColor = BrickColor.new("Lily white")
  2081. o205.Transparency = 0.5
  2082. o205.Position = Vector3.new(-11.5, 12, -255.5)
  2083. o205.Anchored = true
  2084. o205.Size = Vector3.new(37, 24, 1)
  2085. o205.CFrame = CFrame.new(-11.5, 12, -255.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2086. o205.BottomSurface = Enum.SurfaceType.Smooth
  2087. o205.TopSurface = Enum.SurfaceType.Smooth
  2088. o205.Color = Color3.new(0.929412, 0.917647, 0.917647)
  2089. o205.Position = Vector3.new(-11.5, 12, -255.5)
  2090. o206.Parent = o205
  2091. o206.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2092. o206.C1 = CFrame.new(-244.5, -12, 511.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2093. o206.Part1 = o205
  2094. o207.Parent = o205
  2095. o207.C0 = CFrame.new(-0.5, -12, 38.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2096. o207.C1 = CFrame.new(17.5, -12, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2097. o207.Part0 = o2
  2098. o207.Part1 = o205
  2099. o208.Parent = o205
  2100. o208.C0 = CFrame.new(-0.0500000119, -0.600000024, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2101. o208.C1 = CFrame.new(-18.4404011, -9.17426014, 0.519195557, -1, 0, -0.000157999995, 0, 1, 0, 0.000157999995, 0, -1)
  2102. o208.Part0 = o26
  2103. o208.Part1 = o205
  2104. o209.Parent = o205
  2105. o209.C0 = CFrame.new(-0.0500000119, -0.600000024, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2106. o209.C1 = CFrame.new(-18.4404011, -7.97426987, 0.519195557, -1, 0, -0.000157999995, 0, 1, 0, 0.000157999995, 0, -1)
  2107. o209.Part0 = o23
  2108. o209.Part1 = o205
  2109. o210.Parent = o205
  2110. o210.C0 = CFrame.new(7, -8, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  2111. o210.C1 = CFrame.new(-18.5, -4, 0.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2112. o210.Part0 = o195
  2113. o210.Part1 = o205
  2114. o211.Parent = o1
  2115. o211.Material = Enum.Material.Glass
  2116. o211.BrickColor = BrickColor.new("Lily white")
  2117. o211.Transparency = 0.5
  2118. o211.Position = Vector3.new(-37.0049782, -0.330642223, -294.418488)
  2119. o211.Anchored = true
  2120. o211.Size = Vector3.new(88.0099564, 1, 76.7200089)
  2121. o211.CFrame = CFrame.new(-37.0049782, -0.330642223, -294.418488, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2122. o211.BottomSurface = Enum.SurfaceType.Smooth
  2123. o211.TopSurface = Enum.SurfaceType.Smooth
  2124. o211.Color = Color3.new(0.929412, 0.917647, 0.917647)
  2125. o211.Position = Vector3.new(-37.0049782, -0.330642223, -294.418488)
  2126. mas.Parent = workspace
  2127. mas:MakeJoints()
  2128. local mas1 = mas:GetChildren()
  2129. for i=1,#mas1 do
  2130. mas1[i].Parent = workspace
  2131. ypcall(function() mas1[i]:MakeJoints() end)
  2132. end
  2133. mas:Destroy()
  2134. for i=1,#cors do
  2135. coroutine.resume(cors[i])
  2136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement