Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. game.Workspace.Doors:Destroy()
  2. wait(0.1)
  3. game.Workspace.Prison_Halls.walls:Remove()
  4.  
  5. wait(0.1)
  6. game.Workspace.Prison_Halls.roof:Remove()
  7.  
  8. wait(0.1)
  9. game.Workspace.Prison_Halls.outlines:Remove()
  10.  
  11. wait(0.1)
  12. game.Workspace.Prison_Halls.lights:Remove()
  13.  
  14. wait(0.1)
  15. Workspace.Prison_Halls.accent:Remove()
  16.  
  17. wait(0.1)
  18. game.Workspace.Prison_Halls.glass:Remove()
  19.  
  20. wait(0.1)
  21. game.Workspace.Prison_Cellblock.b_front:Remove()
  22.  
  23. wait(0.1)
  24. game.Workspace.Prison_Cellblock.doors:Remove()
  25.  
  26. wait(0.1)
  27. game.Workspace.Prison_Cellblock.c_tables:Remove()
  28.  
  29. wait(0.1)
  30. game.Workspace.Prison_Cellblock.a_front:Remove()
  31.  
  32. wait(0.1)
  33. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  34.  
  35. wait(0.1)
  36. game.Workspace.Prison_Cellblock.c_wall:Remove()
  37.  
  38. wait(0.1)
  39. game.Workspace.Prison_Cellblock.b_wall:Remove()
  40.  
  41. wait(0.1)
  42. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  43.  
  44. wait(0.1)
  45. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  46.  
  47. wait(0.1)
  48. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  49.  
  50. wait(0.1)
  51. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  52.  
  53. wait(0.1)
  54. game.Workspace.Prison_Cellblock.a_walls:Remove()
  55.  
  56. wait(0.1)
  57. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  58.  
  59. wait(0.1)
  60. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  61.  
  62. wait(0.1)
  63. game.Workspace.Prison_Cellblock.c_corner:Remove()
  64.  
  65. wait(0.1)
  66. game.Workspace.Prison_Cellblock.Wedge:Remove()
  67.  
  68. wait(0.1)
  69. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  70.  
  71. wait(0.1)
  72. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  73.  
  74. wait(0.1)
  75. game.Workspace.City_buildings:Remove()
  76.  
  77. wait(0.1)
  78. game.Workspace.Prison_OuterWall:Remove()
  79.  
  80. wait(0.1)
  81. game.Workspace.Prison_Fences:Remove()
  82.  
  83. wait(0.1)
  84. game.Workspace.Prison_Guard_Outpost:Remove()
  85.  
  86. wait(0.1)
  87. game.Workspace.Prison_Cafeteria.building:Remove()
  88.  
  89. wait(0.1)
  90. game.Workspace.Prison_Cafeteria.glass:Remove()
  91.  
  92. wait(0.1)
  93. game.Workspace.Prison_Cafeteria.oven:Remove()
  94.  
  95. wait(0.1)
  96. game.Workspace.Prison_Cafeteria.shelves:Remove()
  97.  
  98. wait(0.1)
  99. game.Workspace.Prison_Cafeteria.vents:Remove()
  100.  
  101. wait(0.1)
  102. game.Workspace.Prison_Cafeteria.accents:Remove()
  103.  
  104. wait(0.1)
  105. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  106.  
  107. wait(0.1)
  108. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  109.  
  110. wait(0.1)
  111. game.Workspace.Prison_Cafeteria.counter:Remove()
  112.  
  113. wait(0.1)
  114. game.Workspace.Prison_Cafeteria.boxes:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement