Advertisement
DarkLord732

Creepiest Script ever

Mar 28th, 2016
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren()) do
  2. if v:IsA("Sound") then
  3. v:Destroy()
  4. end
  5. end
  6.  
  7. wait(5)
  8.  
  9. sound = Instance.new("Sound")
  10. sound.Parent = game.Workspace
  11. sound.SoundId = "rbxassetid://147461803"
  12. sound.Volume = 4324324
  13. sound.Pitch = 1
  14. sound:Play()
  15.  
  16. game.Lighting.FogEnd = 160
  17.  
  18. game.Lighting.TimeOfDay = 0
  19.  
  20. for i,v in pairs(game.Workspace:GetChildren()) do
  21. if v:IsA("Part") then
  22. pe = Instance.new("ParticleEmitter", v)
  23. pe.Texture = "http://www.roblox.com/asset/?id=377920300"
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement