Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. local plane = game.Workspace.Plane
  2. while true do
  3. game.Lighting.Message.Text = "the plane is now boarding to meme city"
  4. game.Workspace.StairsOther.Position = game.Workspace.Stairs2.Position
  5. wait(29.5)
  6. game.Workspace.StairsOther.Position = game.Workspace.Stairs3.Position
  7. game.Lighting.Message.Text = "lmao the plane is now leaving the island, goodbye gamers"
  8. game.Workspace.bye:Play()
  9. wait(.5)
  10. local bp = Instance.new("BodyPosition")
  11. bp.Parent = game.Workspace.Plane.Engine
  12. bp.MaxForce = Vector3.new(40000000, 40000000, 400000000)
  13. bp.D = 50000
  14. bp.Position = game.Workspace.Engine2.Position
  15. wait(6)
  16. game.Lighting.Message.Text = "we're taking off"
  17. bp.D = 25000
  18. wait(1)
  19. bp.D = 22000
  20. wait(1)
  21. bp.D = 21000
  22. wait(1)
  23. bp.D = 20000
  24. wait(1)
  25. bp.D = 19000
  26. wait(0.2)
  27. bp.D = 19000
  28. game.Lighting.Message.Text = " "
  29. wait(15)
  30. bp.D = 19000
  31. local bg = game.Workspace.Plane.Engine.BodyGyro
  32. bg.MaxTorque = Vector3.new(400000,4000000,400000)
  33. wait(12.5)
  34. game.Lighting.Message.Text = "hello ladies and gent-"
  35. game.Workspace.ending:Play()
  36. game.Workspace.bruh:Play()
  37. game.Workspace.explode:Play()
  38. game.Lighting.Message.Text = "NANI!!!! the engine blew!"
  39. game.Workspace.Plane.EngineBreaks:BreakJoints()
  40. game.Workspace.Plane.ExPar1.ParticleEmitter.Enabled = true
  41. wait(0.3)
  42. game.Workspace.Plane.ExPar1.ParticleEmitter.Enabled = false
  43. game.Workspace.Plane.Particle1.dp.Enabled = true
  44. local bav = Instance.new("BodyAngularVelocity")
  45. bav.Parent = game.Workspace.Plane.Engine
  46. bp.Position = game.Workspace.Engine2.Position + Vector3.new(game.Workspace.Engine2.Position.X,game.Workspace.Engine2.Position.Y-600,game.Workspace.Engine2.Position.Z)
  47. bp.D = 19000
  48. bg.MaxTorque = Vector3.new(0,4000000,0)
  49. bav.MaxTorque = Vector3.new(400000,400000,400000)
  50. bav.AngularVelocity = Vector3.new(0,0,5)
  51. wait(4.7)
  52. game.Lighting.Message.Text = "oh no we're going down"
  53. game.Workspace.Plane.Particle2.dp.Enabled = true
  54. wait(5)
  55. game.Workspace.Plane.PlaneHalf:BreakJoints()
  56. game.Workspace.Plane.ExPar2.ParticleEmitter.Enabled = true
  57. wait(0.3)
  58. game.Workspace.Plane.ExPar2.ParticleEmitter.Enabled = false
  59. game.Workspace.Plane.Engine.ParticleEmitter.Enabled = true
  60. game.Workspace.Plane.Particle1:Clone()
  61. game.Workspace.Plane.WingBreaks:BreakJoints()
  62. game.Workspace.Plane.EngineBreaks2:BreakJoints()
  63. game.Workspace.Plane.Particle1:BreakJoints()
  64. game.Workspace.Plane.Trail1:BreakJoints()
  65. game.Lighting.Message.Text = "the wing blew off"
  66. wait(14)
  67. game.Workspace.scream:Play()
  68. wait(1)
  69. game.Workspace.smoke.p.Enabled = true
  70. game.Lighting.Message.Text = "OOF"
  71. game.Workspace.ending:Stop()
  72. game.Workspace.explode2:Play()
  73. bp:Destroy()
  74. bav:Destroy()
  75. bg.MaxTorque = Vector3.new(0,40000,0)
  76. game.Workspace.Plane:BreakJoints()
  77. game.Workspace.Plane.Engine.ParticleEmitter.Enabled = false
  78. game.Workspace.scream:Stop()
  79. wait(1)
  80. game.Workspace.smoke.p.Enabled = false
  81. wait(9)
  82. game.Lighting.Message.Text = "lmao the plane will arrive in 30 seconds"
  83. wait(10)
  84. game.Lighting.Message.Text = "lmao the plane will arrive in 20 seconds"
  85. wait(10)
  86. game.Lighting.Message.Text = "lmao the plane will arrive in 10 seconds"
  87. wait(10)
  88. plane:Destroy()
  89. game.Lighting.Plane:Clone().Parent = script.Parent
  90. wait(0.1)
  91.  
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement