Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. script.Parent.Text = "Game"
  2. wait(10)
  3. script.Parent.Text = "Pilot"
  4. wait(125)
  5. local players = game.Players:GetChildren() --135 ("Oh no!!! Look!!!!") & Plane crashes
  6. if #players >= 1 then
  7. local player1 = players[math.random(1,#players)]
  8. script.Parent.Text = player1.Name
  9. local Players = game:GetService("Players")
  10. local userId = player1.UserId
  11. local thumbType = Enum.ThumbnailType.HeadShot
  12. local thumbSize = Enum.ThumbnailSize.Size420x420
  13. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  14. local imageLabel = script.Parent.Parent.ImageLabel
  15. imageLabel.Image = content
  16. imageLabel.Size = UDim2.new(0, 78, 0, 69)
  17. wait(20)
  18. local function player3()
  19. if #players >= 1 then
  20. local piayer3 = players[math.random(1,#players)]
  21. script.Parent.Text = piayer3.Name
  22. local userId = piayer3.UserId
  23. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  24. end
  25. local function player2()
  26. if #players >= 1 then --155 ("Hey, look, there's a cabin over there!")
  27. local piayer2 = players[math.random(1,#players)]
  28. script.Parent.Text = piayer2.Name
  29. local userId = piayer2.UserId
  30. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  31. end
  32. local function player1()
  33. if #players >= 1 then --155 ("Hey, look, there's a cabin over there!")
  34. local piayer1 = players[math.random(1,#players)]
  35. script.Parent.Text = piayer1.Name
  36. -- local userId = piayer1.UserId
  37. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  38. end
  39. player2() --155 ("Hey, look, there's a cabin over there!")
  40. wait(25)
  41. player3() --180
  42.  
  43. workspace.Cabin.Cabin.Door.ClickDetector.MouseClick:Connect(function(Player)
  44. script.Parent.Text = Player.Name --0 ("Oh no, the door's locked!")
  45. local userId = Player.UserId
  46. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  47. wait(5)
  48. player2() --5 ("Maybe there's a way to break in?")
  49. wait(5)
  50. player1() --10 ("No, the door seems to be fully closed and we don't have a tool we can break the door with.")
  51. wait(5)
  52. player2() --15 ("Oh well, I guess we'll take shelter elsewhere.")
  53. wait(5)
  54. player3() --20 ("Maybe we can build a hut?")
  55. wait(5)
  56. player2() --25 ("Sounds good to me!")
  57. repeat wait() until workspace.Values.Logs.Value >= 5
  58. wait(15)
  59. script.Parent.Text = ""
  60. wait(20)
  61. player1() --35 ("Good morning everyone!")
  62. wait(10)
  63. player2() --45 ("Let's look for food!")
  64. wait(10)
  65. player3()
  66. workspace.Cabin.Lever.ClickDetector.MouseClick:Connect(function()
  67. wait(20)
  68. script.Parent.Text = "Monster" --220 ("Or... Are you?")
  69. script.Parent.Parent.ImageLabel.Image = "http://www.roblox.com/asset/?id=3145408962" --220 (Monster)
  70. workspace.Cabin.Cabin.HAMMER.ClickDetector.MouseClick:Connect(function()
  71. wait(95)
  72. script.Parent.Text = "Bacon"
  73. script.Parent.Parent.ImageLabel.Image = "http://www.roblox.com/asset/?id=3605198507" --Bacon hair
  74. wait(15)
  75. player1()
  76. wait(5)
  77. script.Parent.Text = "Bacon" --115
  78. script.Parent.Parent.ImageLabel.Image = "http://www.roblox.com/asset/?id=3605198507" --Bacon hair
  79. wait(20)
  80. player2()
  81. wait(5)
  82. script.Parent.Text = "Bacon"
  83. script.Parent.Parent.ImageLabel.Image = "http://www.roblox.com/asset/?id=3605198507" --Bacon hair
  84. wait(35)
  85. script.Parent.Text = "Helicopter Co - Pilot" --175
  86. script.Parent.Parent.ImageLabel.Visible = false
  87. wait(5)
  88. player3()
  89. wait(5)
  90. script.Parent.Text = "Helicopter Pilot" --185
  91. wait(5)
  92.  
  93. end)
  94. end)
  95. end)
  96. end
  97. end
  98. end
  99. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement