Advertisement
Nutgear

[Roblox] Cringy Server Destruction Script

Jun 11th, 2018
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.33 KB | None | 0 0
  1. local cred = Instance.new("Message",workspace)
  2. cred.Text = "Cringy Server Destruction Script, do not steal this script, the decals used in this script are not mine."
  3. wait(2)
  4. cred:Destroy()
  5.  
  6. local lagthegame = false --Do not do this on ROBLOX Studio.
  7.  
  8. script.Parent = workspace
  9. --Preparation (PHASE I)
  10. local music = Instance.new("Sound",workspace)
  11. local effect = Instance.new("PitchShiftSoundEffect",music)
  12. effect.Octave = 0.5
  13. music.SoundId = "rbxassetid://613958578"
  14. music.Looped = true
  15. music.Volume = 10
  16. music:Play()
  17. wait(16)
  18. --Eyeblaze Alpha (PHASE II A)
  19. local h = Instance.new("Hint",workspace)
  20. h.Text = "Face the cringe!!!!!!"
  21. local m = Instance.new("Message",workspace)
  22. m.Text = "I have osteoporosis."
  23. --Eyeblaze Beta (PHASE II B)
  24. local c = Instance.new("Sky",game.Lighting)
  25. c.MoonAngularSize = 60
  26. c.MoonTextureId = "rbxassetid://1081961657"
  27. c.SkyboxBk = "rbxassetid://1090591886"
  28. c.SkyboxDn = "rbxassetid://346190806"
  29. c.SkyboxFt = "rbxassetid://731332857"
  30. c.SkyboxLf = "rbxassetid://105157006"
  31. c.SkyboxRt = "rbxassetid://889196541"
  32. c.SkyboxUp = "rbxassetid://977780363"
  33. c.StarCount = 0
  34. c.SunAngularSize = 60
  35. c.SunTextureId = "rbxassetid://176986135"
  36. --game.Lighting.TimeOfDay = "6:00:00"
  37. --Gamedemise (PHASE III, OPTIONAL)
  38. wait(1)
  39. if lagthegame == true then
  40.     while true do
  41.        print("BYE DADDIO")
  42.     end
  43. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement