DaOMEGAa32

noob server destruction

Nov 13th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. local s = Instance.new("Sky",game.Lighting)
  2. s.SkyboxBk = "http://www.roblox.com/asset/?id=1408842771"
  3. s.SkyboxDn = "http://www.roblox.com/asset/?id=1408842771"
  4. s.SkyboxFt = "http://www.roblox.com/asset/?id=1408842771"
  5. s.SkyboxLf = "http://www.roblox.com/asset/?id=1408842771"
  6. s.SkyboxRt = "http://www.roblox.com/asset/?id=1408842771"
  7. s.SkyboxUp = "http://www.roblox.com/asset/?id=1408842771"
  8. function FUNCTION(a)
  9. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  10. a.Anchored = false
  11. end
  12. local b = a:GetChildren()
  13. for i=1,#b do
  14. FUNCTION(b[i])
  15. end
  16. end
  17.  
  18. FUNCTION(game.workspace)
  19.  
  20. local s = Instance.new("Sound")
  21.  
  22. s.Name = "Name"
  23. s.SoundId = "rbxassetid://1474367957"
  24. s.Volume = 1
  25. s.Looped = true
  26. s.archivable = false
  27.  
  28. s.Parent = game.Workspace
  29.  
  30. wait(0.1)
  31.  
  32. s:play()
  33. discord=Instance.new("Hint")
  34. discord.Text = "OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF OOF "
  35. discord.Parent = game.Workspace
  36. l = game:service("Lighting")
  37. r = game:service("RunService")
  38.  
  39. while true do
  40. l:SetMinutesAfterMidnight(l:GetMinutesAfterMidnight()+100)
  41. wait(0.01)
  42. end
Add Comment
Please, Sign In to add comment