Advertisement
Giratina31290

Bleach

Jul 5th, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. local S = Instance.new("Sound", game.Workspace)
  2. S.SoundId = "http://www.roblox.com/asset/?id=3418184125"
  3. S:Play()
  4. S.Looped = true
  5. S.Pitch = 1
  6. S.Volume = 9
  7. c = script:Clone()
  8. c.Parent = game.Lighting
  9. s = Instance.new("Sky")
  10. s.Name = "loltroll"
  11. s.SkyboxBk = "http://www.roblox.com/asset/?id=157810905"
  12. s.SkyboxDn = "http://www.roblox.com/asset/?id=157810905"
  13. s.SkyboxFt = "http://www.roblox.com/asset/?id=157810905"
  14. s.SkyboxLf = "http://www.roblox.com/asset/?id=157810905"
  15. s.SkyboxRt = "http://www.roblox.com/asset/?id=157810905"
  16. s.SkyboxUp = "http://www.roblox.com/asset/?id=157810905"
  17. s.Parent = game.Lighting
  18. p= game.Workspace:GetChildren()
  19. for i= 1, #p do
  20. if p[i].className == "Part" then
  21. p[i].Transparency=1
  22. end
  23. end
  24. game.Lighting.TimeOfDay = 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement