Advertisement
popster12345

Untitled

Feb 24th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Model = script.Parent:FindFirstChild("ILLUMINATI")
  2. Sound = script.Parent.Sound
  3. AllModels = game.Workspace.IlluminatiComfirmed
  4.  
  5. wait(4)
  6. Model.Transparency = 0
  7. Model.Decal.Transparency = 0
  8. Sound:Play() --Illuminati comfirmed.
  9. local message = Instance.new('Message', game.Workspace)
  10. message.Text = "ILLUMINATI COMFIRMED!!!"
  11. wait(8)
  12. message:Destroy()
  13. wait(0.1)
  14. local message = Instance.new('Message', game.Workspace)
  15. message.Text = "2late"
  16. Model:remove()
  17. local h = Instance.new("Explosion")
  18. h.BlastPressure = 8
  19. h.BlastRadius = 5
  20. message:Destroy()
  21. h.Parent = game.Workspace
  22. h.Position = Vector3.new(-4.1, 0.815, -0.5)
  23. wait(0.1)
  24. AllModels:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement