Advertisement
ROBLOXScriptMakerr

The sun is a deadly laser

Aug 21st, 2017
4,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. wait(1)
  2. script.Name = ("Deadly")
  3. local Skybox = Instance.new("Sky",game.Lighting)
  4. Skybox.SkyboxBk = ("rbxassetid://852789029")
  5. Skybox.SkyboxDn = ("rbxassetid://852789029")
  6. Skybox.SkyboxFt = ("rbxassetid://852789029")
  7. Skybox.SkyboxLf = ("rbxassetid://852789029")
  8. Skybox.SkyboxRt = ("rbxassetid://852789029")
  9. Skybox.SkyboxUp = ("rbxassetid://852789029")
  10. Skybox.StarCount = 0
  11. local Audio = Instance.new("Sound",game.Lighting)
  12. Audio.SoundId = ("rbxassetid://836740253")
  13. Audio.Name = ("THE SUN IS A DEADLY LASER")
  14. Audio.Looped = true
  15. Audio.Volume = 10
  16. Audio:Play()
  17. del = coroutine.create(function()
  18. while wait(0.3) do
  19. for i,v in pairs(workspace:GetChildren()) do
  20. if v:IsA("Model") then
  21. v:Destroy()
  22. end
  23. end
  24. end
  25. end)
  26. wait(5)
  27. local Baseplate = Instance.new("Part",workspace)
  28. Baseplate.Name = ("Baseplate")
  29. Baseplate.BrickColor = BrickColor.new("Dark stone grey")
  30. Baseplate.Size = Vector3.new(512, 20, 512)
  31. Baseplate.Anchored = true
  32. game.Lighting.Sky:Destroy()
  33. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement