Advertisement
Guest User

ROBLOX Prison Game Script Tutorial by GameArcade

a guest
Jun 24th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.66 KB | None | 0 0
  1. while true do
  2. game.Workspace.Msg.Text = "Hello, welcome to Prison!! originally built by Uploader in 2008 and updated by GameArcade in 2015-2017."
  3. wait(5)
  4. game.Workspace.Msg.Text = "Watch at the top of the screen in order the information you need to know for this game."
  5. wait(5)
  6. game.Workspace.Msg.Text = "There are four teams: Guard, Prisoner, Escaped Prisoner, and Cook."
  7. wait(5)
  8. game.Workspace.Msg.Text = "All four of which use the crafting menu."
  9. wait(5)
  10. game.Workspace.Msg.Text = "The crafting menu is the most important part of the game: Push Q for page 1 and E for page 2."
  11. wait(5)
  12. game.Workspace.Msg.Text = "If you don't like a player, say [kick Player]"
  13. wait(5)
  14. game.Workspace.Msg.Text = "If enough people vote to kick this person, they will be tortured until they leave the server."
  15. wait(5)
  16. game.Workspace.Msg.Text = "Let's talk about all four of the teams."
  17. wait(5)
  18. game.Workspace.Msg.Text = "The Guard is someone who is in-charge of the jail."
  19. wait(5)
  20. game.Workspace.Msg.Text = "Their ultimate goal is to make sure the other three teams do not leave the prison."
  21. wait(5)
  22. game.Workspace.Msg.Text = "There are many strategies for the Guard to maintain order."
  23. wait(5)
  24. game.Workspace.Msg.Text = "Co-operate with the other Guards and do not attack them."
  25. wait(5)
  26. game.Workspace.Msg.Text = "Communicate with your other Guard friends and watch prisoners closely."
  27. wait(5)
  28. game.Workspace.Msg.Text = "Only use your weapons if a prisoner has contraband, otherwise this can get you banned for abusing your power."
  29. wait(5)
  30. game.Workspace.Msg.Text = "Speaking of contraband, you may be wondering what that is."
  31. wait(5)
  32. game.Workspace.Msg.Text = "Contraband is a fancy word to say the tools a prisoner needs to create an escape."
  33. wait(5)
  34. game.Workspace.Msg.Text = "The contrabands to look out for are mostly: Screw, Wood, and Scrap Metal."
  35. wait(5)
  36. game.Workspace.Msg.Text = "There is also the Cooking Knife which a Cook can slip to a Prisoner when you're not looking."
  37. wait(5)
  38. game.Workspace.Msg.Text = "These contrabands can be obtained by locations on the ground with 2x4 rectangular blocks."
  39. wait(5)
  40. game.Workspace.Msg.Text = "If a criminal picks this up, they can use the material to manufacture escape tools."
  41. wait(5)
  42. game.Workspace.Msg.Text = "If you see a criminal holding a suspicious item, politely ask them to give it to you."
  43. wait(5)
  44. game.Workspace.Msg.Text = "If they refuse, use force with your weapons until they fork the items over."
  45. wait(5)
  46. game.Workspace.Msg.Text = "If they claim they do not have the items, it is highly reccomended you leave them alone."
  47. wait(5)
  48. game.Workspace.Msg.Text = "Communication is key when being a Guard. Talk to other Guards so you can plan shifts and keep the prison safe."
  49. wait(5)
  50. game.Workspace.Msg.Text = "The Prisoner is a player was convicted of a crime and sent to prison."
  51. wait(5)
  52. game.Workspace.Msg.Text = "Their ultimate goal is to escape prison because they felt as if they were wrongfully convicted."
  53. wait(5)
  54. game.Workspace.Msg.Text = "There are many strategies in order for the Prisoner to reach his or her goal."
  55. wait(5)
  56. game.Workspace.Msg.Text = "First of all, being a Prisoner is significantly easier if you all are co-operating together."
  57. wait(5)
  58. game.Workspace.Msg.Text = "You can collect more contraband than usual and even give it to different players."
  59. wait(5)
  60. game.Workspace.Msg.Text = "You might be wondering, what is contraband?"
  61. wait(5)
  62. game.Workspace.Msg.Text = "Contraband is just a fancy word for a tool to help you escape."
  63. wait(5)
  64. game.Workspace.Msg.Text = "To get contraband, you must items laying around the floor and that item will duplicate into your inventory."
  65. wait(5)
  66. game.Workspace.Msg.Text = "The main contraband you'll need are: Scrap Metal, Screw, Wood, and the Cooking Knife."
  67. wait(5)
  68. game.Workspace.Msg.Text = "There is more contraband besides those main four, but they are difficult to obtain and only advanced players should proceed to them."
  69. wait(5)
  70. game.Workspace.Msg.Text = "Look at the crafting menu to see what you can use to escape."
  71. wait(5)
  72. game.Workspace.Msg.Text = "There are many methods to escape."
  73. wait(5)
  74. game.Workspace.Msg.Text = "The easiest way to escape is the hammer escape."
  75. wait(5)
  76. game.Workspace.Msg.Text = "Using a regular or reinforced hammer, you can smash open a toilet in the cell and then climb to the sewers."
  77. wait(5)
  78. game.Workspace.Msg.Text = "The downside to this escape method is that it is noisy, and it cannot be stealthy."
  79. wait(5)
  80. game.Workspace.Msg.Text = "You must be quick for this reason and avoid Guards while using the hammer."
  81. wait(5)
  82. game.Workspace.Msg.Text = "Next method of escape is the knife escape."
  83. wait(5)
  84. game.Workspace.Msg.Text = "The knife escape is a stealthy attempt at leaving the prison."
  85. wait(5)
  86. game.Workspace.Msg.Text = "Ask a Cook at the cafeteria to sneak you a Cooking Knife."
  87. wait(5)
  88. game.Workspace.Msg.Text = "When obtained, combine it with Scrap Metal and then trade it in for an Escape Knife."
  89. wait(5)
  90. game.Workspace.Msg.Text = "Go to the back conference room to the left of the courtyard entrance and look for a vent."
  91. wait(5)
  92. game.Workspace.Msg.Text = "Pry open the vent with the Escape Knife."
  93. wait(5)
  94. game.Workspace.Msg.Text = "This method of escape is quiet, however, it has its disadvantages."
  95. wait(5)
  96. game.Workspace.Msg.Text = "You have to guess which vents will and will not make you fall back into the prison."
  97. wait(5)
  98. game.Workspace.Msg.Text = "Also, this escape is rather lengthy, so cops might be searching for you before you know it."
  99. wait(5)
  100. game.Workspace.Msg.Text = "The next method of escape is lockpicking, another stealthy and rather useful escape method."
  101. wait(5)
  102. game.Workspace.Msg.Text = "The lockpick can be used to lockpick open cell bars."
  103. wait(5)
  104. game.Workspace.Msg.Text = "When you get a lockpick, jump on your cell toilet and push through the bars."
  105. wait(5)
  106. game.Workspace.Msg.Text = "This escape is rather simple, quiet, and quick. It is a good choice for beginners."
  107. wait(5)
  108. game.Workspace.Msg.Text = "The disadvantage of this escape method is that you must be Level 5 in order to obtain a Lockpick!"
  109. wait(5)
  110. game.Workspace.Msg.Text = "But don't worry, there are ways to get around this!"
  111. wait(5)
  112. game.Workspace.Msg.Text = "You could buy a gamepass for 50 R$ to always spawn with one, or you could have a friend give you their lockpick."
  113. wait(5)
  114. game.Workspace.Msg.Text = "The next method of escape is the scissor escape."
  115. wait(5)
  116. game.Workspace.Msg.Text = "This method is in between stealthy and loud."
  117. wait(5)
  118. game.Workspace.Msg.Text = "Simply go outside in the courtyard and use the scissors where the scissor icon is and push through the fence."
  119. wait(5)
  120. game.Workspace.Msg.Text = "This is the quickest way to escape prison!"
  121. wait(5)
  122. game.Workspace.Msg.Text = "The disadvantages are that it only works in one spot."
  123. wait(5)
  124. game.Workspace.Msg.Text = "The final method of escaping is the keycard escape."
  125. wait(5)
  126. game.Workspace.Msg.Text = "This method is for advanced players only."
  127. wait(5)
  128. game.Workspace.Msg.Text = "If you are level 10 and obtain a razor and a screw, then you can craft the key guards use to open doors!"
  129. wait(5)
  130. game.Workspace.Msg.Text = "This is the loudest it gets when it comes to escaping, and there is no silencing this one!"
  131. wait(5)
  132. game.Workspace.Msg.Text = "The advantage to this escape is that you can break all of your friends out, even if they're in solitude!"
  133. wait(5)
  134. game.Workspace.Msg.Text = "That's all there is for the Prisoner role. Remember to communicate with other Prisoners, Escaped Prisoners, and Cooks!"
  135. wait(5)
  136. game.Workspace.Msg.Text = "The next team is Escaped Prisoner."
  137. wait(5)
  138. game.Workspace.Msg.Text = "Once you have successfully escape, you must walk a long road."
  139. wait(5)
  140. game.Workspace.Msg.Text = "This will take a long time and you will be close once you see houses."
  141. wait(5)
  142. game.Workspace.Msg.Text = "This can be done easier with a Motorcycle, but Motorcycles are difficult to get."
  143. wait(5)
  144. game.Workspace.Msg.Text = "In order to get one, you have to find the secret vent in the knife escape method."
  145. wait(5)
  146. game.Workspace.Msg.Text = "After that, pick up an Engine and combine it with refined metal."
  147. wait(5)
  148. game.Workspace.Msg.Text = "If you managed to craft a gun, you can attatch the gun to the motorcycle and be very strong!"
  149. wait(5)
  150. game.Workspace.Msg.Text = "You can ride out in style, and very quickly at that."
  151. wait(5)
  152. game.Workspace.Msg.Text = "Once you make it to the Escaped Prisoners team, you will get a Stick to attack cops, a free Motorcycle, and a keycard."
  153. wait(5)
  154. game.Workspace.Msg.Text = "Your goal as an Escaped Prisoner is to go back in the jail and free all of the prisoners."
  155. wait(5)
  156. game.Workspace.Msg.Text = "Once all of them are free, kill all of the cops to get revenge for locking you up in the first place!"
  157. wait(5)
  158. game.Workspace.Msg.Text = "That is all there is to the Escaped Prisoner."
  159. wait(5)
  160. game.Workspace.Msg.Text = "The final team is the Cook."
  161. wait(5)
  162. game.Workspace.Msg.Text = "The Cook is confined to a small space, and they are a very special type of Prisoner."
  163. wait(5)
  164. game.Workspace.Msg.Text = "The Cook gives people food and drinks to enjoy themselves."
  165. wait(5)
  166. game.Workspace.Msg.Text = "For a new player, this is practically it to being Cook."
  167. wait(5)
  168. game.Workspace.Msg.Text = "It sounds rather boring, but the POISON ACCESS Gamepass and REBELLION ACCESS Gamepass for 50 R$ each, things get interesting."
  169. wait(5)
  170. game.Workspace.Msg.Text = "With the POISON ACCESS Gamepass, you can poison a sandwich and feed it to people."
  171. wait(5)
  172. game.Workspace.Msg.Text = "You can either side with the cops or the other criminals. That is what makes being a Cook fun."
  173. wait(5)
  174. game.Workspace.Msg.Text = "Both Guards and Prisoners will try to bribe you. You are the only way they can get Cooking Knives."
  175. wait(5)
  176. game.Workspace.Msg.Text = "Cooking Knives are extremely useful and crucial to the success of both groups."
  177. wait(5)
  178. game.Workspace.Msg.Text = "Guards need Cooking Knives in order to get Motorcycles."
  179. wait(5)
  180. game.Workspace.Msg.Text = "Prisoners need Cooking Knives in order to use the vents to escape."
  181. wait(5)
  182. game.Workspace.Msg.Text = "With the REBELLION ACCESS Gamepass in particular, you can punch the wooden and glass door if you click it a thousand times with your fist and then push."
  183. wait(5)
  184. game.Workspace.Msg.Text = "That is all there is to the Cook!"
  185. wait(5)
  186. game.Workspace.Msg.Text = "Thank you for listening to this tutorial for the game, and I hope you enjoy the rest of the game! :)"
  187. wait(5)
  188. game.Workspace.Msg.Text = "This tutorial will now repeat itself."
  189. wait(2)
  190. game.Workspace.Msg.Text = "This tutorial will now repeat itself.."
  191. wait(2)
  192. game.Workspace.Msg.Text = "This tutorial will now repeat itself..."
  193. wait(2)
  194. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement